1
0
forked from ports/contrib

pyshadow: initial import from private repo

This commit is contained in:
Danny Rawlins 2007-04-21 22:33:15 +10:00
parent 67d39d8491
commit b6b2d7c852
3 changed files with 25 additions and 0 deletions

5
pyshadow/.footprint Normal file
View File

@ -0,0 +1,5 @@
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.5.egg-info
-rwxr-xr-x root/root usr/lib/python/shadow.so

1
pyshadow/.md5sum Normal file
View File

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

19
pyshadow/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: Python module to access the shadow password file.
# URL: http://www.twistedmatrix.com/users/z3p/files/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# 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
}