mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 10:20:07 +00:00
15 lines
404 B
Plaintext
15 lines
404 B
Plaintext
# description : Backport of the PEP 362 function signature features from Python 3.3's inspect module for Python 2.x
|
|
# depends : python2
|
|
|
|
name=python2-funcsigs
|
|
version=1.0.2
|
|
release=1
|
|
source=(https://files.pythonhosted.org/packages/source/f/funcsigs/funcsigs-$version.tar.gz)
|
|
|
|
build() {
|
|
cd funcsigs-$version
|
|
python2 setup.py install --root=$PKG --optimize=1
|
|
}
|
|
|
|
md5sum=(7e583285b1fb8a76305d6d68f4ccc14e)
|