- Update to 0.2
PR: ports/67417 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
This commit is contained in:
parent
f2e5938a5c
commit
678a91d46d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110567
4 changed files with 4 additions and 15 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= statgrab
|
||||
PORTVERSION= 0.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ftp://ftp.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
|
||||
http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (i-scream/pystatgrab-0.1.tar.gz) = 47a1711745111a49bd59ec03332e0ff8
|
||||
SIZE (i-scream/pystatgrab-0.1.tar.gz) = 20668
|
||||
MD5 (i-scream/pystatgrab-0.2.tar.gz) = 4004d4fee5fdcd02c3cf6a291f7be9c1
|
||||
SIZE (i-scream/pystatgrab-0.2.tar.gz) = 24148
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- _statgrab.c.bak Wed May 19 23:11:40 2004
|
||||
+++ _statgrab.c Wed May 19 23:11:49 2004
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
#include "Python.h"
|
||||
#include "structmember.h"
|
||||
+#define SG_ENABLE_DEPRECATED
|
||||
#include "statgrab.h"
|
||||
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
pystatgrab contains a set of python bindings for the libstatgrab library.
|
||||
|
||||
WWW: http://www.i-scream.org/libstatgrab/
|
||||
WWW: http://www.i-scream.org/pystatgrab/
|
||||
|
|
Loading…
Reference in a new issue