aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2012-04-04 21:47:02 +0800
committerwen <wen@FreeBSD.org>2012-04-04 21:47:02 +0800
commit491ffa9511751c2f17aaad58845c7fb31e80deb5 (patch)
tree02cf65e63a936b3d16be18206a5c2e90e15fbe2e /devel
parent655e86e98ced187fa80bcbd066b21fffc4830d66 (diff)
downloadfreebsd-ports-gnome-491ffa9511751c2f17aaad58845c7fb31e80deb5.tar.gz
freebsd-ports-gnome-491ffa9511751c2f17aaad58845c7fb31e80deb5.tar.zst
freebsd-ports-gnome-491ffa9511751c2f17aaad58845c7fb31e80deb5.zip
- update to 2.8.4
- bump PORTEPOCH - add LICENSE (BSD) - strict python versions to 2.x (doesn't work with 3.x yet) - move pkg-plist to PLIST_FILES PR: ports/166528 Submitted by: rm@ Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r--devel/py-pymarc/Makefile8
-rw-r--r--devel/py-pymarc/distinfo4
-rw-r--r--devel/py-pymarc/pkg-descr5
3 files changed, 10 insertions, 7 deletions
diff --git a/devel/py-pymarc/Makefile b/devel/py-pymarc/Makefile
index 1635357643e3..872e931bde4c 100644
--- a/devel/py-pymarc/Makefile
+++ b/devel/py-pymarc/Makefile
@@ -6,7 +6,8 @@
#
PORTNAME= pymarc
-PORTVERSION= 2.71
+PORTVERSION= 2.8.4
+PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Read Write And Modify MARC Bibliographic Data
-USE_PYTHON= yes
+LICENSE= BSD
+
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>
diff --git a/devel/py-pymarc/distinfo b/devel/py-pymarc/distinfo
index 1dba89dec11f..39eafd3eee2a 100644
--- a/devel/py-pymarc/distinfo
+++ b/devel/py-pymarc/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pymarc-2.71.tar.gz) = 789ca0fce3668bc63916e364a089570209bd427621f1cba505c6247b0a9511e4
-SIZE (pymarc-2.71.tar.gz) = 199513
+SHA256 (pymarc-2.8.4.tar.gz) = 8252601005803361f50b50f12d9618f1faacefc45a6bedfa81aa4e28d53f45f5
+SIZE (pymarc-2.8.4.tar.gz) = 200214
diff --git a/devel/py-pymarc/pkg-descr b/devel/py-pymarc/pkg-descr
index 485e8a982457..54b17b45d308 100644
--- a/devel/py-pymarc/pkg-descr
+++ b/devel/py-pymarc/pkg-descr
@@ -1,4 +1,3 @@
-pymarc is a python library for working with
-MARC21 bibliographic data.
+pymarc is a python library for working with MARC21 bibliographic data.
-WWW: http://pypi.python.org/pypi/pymarc
+WWW: http://pypi.python.org/pypi/pymarc