22 lines
493 B
Plaintext
22 lines
493 B
Plaintext
# Description: Python 2 and 3 compatibility utilities.
|
|
# URL: URL: http://pypi.python.org/pypi/six/
|
|
# NuTyX package info file (http://nutyx.org)
|
|
# Packager: # NuTyX package info file (http://nutyx.org)
|
|
# Depends on: python
|
|
name=python-six
|
|
version=1.7.3
|
|
release=1
|
|
|
|
source=(
|
|
http://pypi.python.org/packages/source/s/six/six-$version.tar.gz)
|
|
|
|
build() {
|
|
cd six-$version
|
|
python2 setup.py check
|
|
python2 setup.py install --prefix=/usr --root=$PKG
|
|
}
|
|
|
|
|
|
|
|
# NuTyX Pkgfile (http://nutyx.org)
|