mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-09 03:50:24 +00:00
16 lines
390 B
Plaintext
16 lines
390 B
Plaintext
# description : Core utilities for Python packages
|
|
# depends : python2-pyparsing python2-six
|
|
|
|
name=python2-packaging
|
|
version=16.8
|
|
release=1
|
|
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)
|
|
|
|
build() {
|
|
cd ${name#*-}-$version
|
|
python2 setup.py build
|
|
python2 setup.py install --root "$PKG"
|
|
}
|
|
|
|
md5sum=(53895cdca04ecff80b54128e475b5d3b)
|