blob: 9adbe039d4959defdcb5b81794398c1888fc83e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = python2-packaging
pkgdesc = Core utilities for Python packages
pkgver = 20.9
pkgrel = 7
url = https://github.com/pypa/packaging
arch = any
license = Apache
makedepends = python2-setuptools
makedepends = python2-pyparsing
source = https://github.com/pypa/packaging/archive/20.9/python-packaging-20.9.tar.gz
sha512sums = fb71f1036cfaacbe94fdee663af31d6ad1960f73ecc95cba87b461c2d7d2ea90085853bb4682b146492d8c48f784b60ef082e3b1259269857166b143cd9a920b
pkgname = python2-packaging
depends = python2-pyparsing
depends = python2-six
|