1
0
forked from ports/contrib

pyshadow: contrib -> romster

This commit is contained in:
Danny Rawlins 2012-06-18 23:33:39 +10:00
parent 8e709c8272
commit 83e0e55ebb
3 changed files with 0 additions and 25 deletions

View File

@ -1,5 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python/
-rw-r--r-- root/root usr/lib/python/pyshadow-0.1-py2.7.egg-info
-rwxr-xr-x root/root usr/lib/python/shadow.so

View File

@ -1 +0,0 @@
a0c9a88404c185824f8a2f4e598c6999 pyshadow-0.2.tar.gz

View File

@ -1,19 +0,0 @@
# Description: Python module to access the shadow password file.
# URL: http://www.twistedmatrix.com/users/z3p/files/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Younes Hafri, ycrux at club-internet dot fr
# Depends on: python
name=pyshadow
version=0.2
release=1
source=(http://www.twistedmatrix.com/users/z3p/files/pyshadow-$version.tar.gz)
build() {
install -d $PKG/usr
cd pyshadow-$version
python setup.py build
python setup.py install --home=$PKG/usr
}