Import py-statgrab 0.6.
py-statgrab contains python bindings for libstatgrab. ok benoit@
This commit is contained in:
parent
b1c3de1338
commit
a5576911ef
27
sysutils/py-statgrab/Makefile
Normal file
27
sysutils/py-statgrab/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2014/10/14 09:45:19 landry Exp $
|
||||
|
||||
COMMENT= python bindings to libstatgrab
|
||||
|
||||
MODPY_EGG_VERSION = 0.6
|
||||
DISTNAME= pystatgrab-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-statgrab-${MODPY_EGG_VERSION}
|
||||
CATEGORIES= sysutils
|
||||
|
||||
HOMEPAGE= http://www.i-scream.org/pystatgrab/
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
MASTER_SITES= http://ftp.i-scream.org/pub/i-scream/pystatgrab/ \
|
||||
http://ftp.uk.i-scream.org/pub/i-scream/pystatgrab/
|
||||
|
||||
LIB_DEPENDS= sysutils/libstatgrab>=0.91
|
||||
WANTLIB = pthread statgrab ${MODPY_WANTLIB}
|
||||
TEST_DEPENDS= ${BUILD_PKGPATH}
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC} && ${MODPY_BIN} test.py
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/py-statgrab/distinfo
Normal file
2
sysutils/py-statgrab/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (pystatgrab-0.6.tar.gz) = 7uCmXhCEYoAIIiIjuv27POZt/9SqA/67npGOYe8NCP4=
|
||||
SIZE (pystatgrab-0.6.tar.gz) = 78763
|
1
sysutils/py-statgrab/pkg/DESCR
Normal file
1
sysutils/py-statgrab/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
pystatgrab contains python bindings for libstatgrab.
|
3
sysutils/py-statgrab/pkg/PLIST
Normal file
3
sysutils/py-statgrab/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/10/14 09:45:19 landry Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/pystatgrab-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/statgrab.so
|
Loading…
Reference in New Issue
Block a user