mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 02:20:05 +00:00
16 lines
324 B
Plaintext
16 lines
324 B
Plaintext
# description : Python2 compatibility library
|
|
# depends : python2
|
|
|
|
name=python2-six
|
|
version=1.11.0
|
|
release=1
|
|
source=(https://pypi.io/packages/source/s/six/six-$version.tar.gz)
|
|
|
|
build() {
|
|
cd six-$version
|
|
python2 setup.py build
|
|
python2 setup.py install --root=$PKG --optimize=1
|
|
}
|
|
|
|
md5sum=(d12789f9baf7e9fb2524c0c64f1773f8)
|