aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/py-country/Makefile11
-rw-r--r--devel/py-country/distinfo4
-rw-r--r--devel/py-country/files/patch-setup.py13
3 files changed, 5 insertions, 23 deletions
diff --git a/devel/py-country/Makefile b/devel/py-country/Makefile
index cc77a43ba22a..461ae7a9e4a9 100644
--- a/devel/py-country/Makefile
+++ b/devel/py-country/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= country
-PORTVERSION= 0.16
+PORTVERSION= 1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
MASTER_SITE_SUBDIR=source/p/pycountry
@@ -16,13 +16,8 @@ USE_ZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= pycountry
+PYTHON_PY3K_PLIST_HACK= yes
NO_STAGE= yes
-.include <bsd.port.pre.mk>
-post-install:
-.if ${PYTHON_REL} >= 320
-.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/devel/py-country/distinfo b/devel/py-country/distinfo
index 8c3dfa839312..a9d3fc281169 100644
--- a/devel/py-country/distinfo
+++ b/devel/py-country/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pycountry-0.16.zip) = dea598b6feccb82281d9e35bbf6bdb669eac4cf0a51be57c3a82ba166534acb6
-SIZE (pycountry-0.16.zip) = 7845174
+SHA256 (pycountry-1.1.zip) = d2e89057e6418d03128fb44faa11dd979c310baaaf0d4adea0e1af17a3ebef74
+SIZE (pycountry-1.1.zip) = 7862246
diff --git a/devel/py-country/files/patch-setup.py b/devel/py-country/files/patch-setup.py
deleted file mode 100644
index a56aa1bd8bc3..000000000000
--- a/devel/py-country/files/patch-setup.py
+++ /dev/null
@@ -1,13 +0,0 @@
---- setup.py.bak 2013-07-01 15:04:58.000000000 +0400
-+++ setup.py 2013-07-01 15:05:14.000000000 +0400
-@@ -22,9 +22,4 @@
- zip_safe=False,
- packages=find_packages('src'),
- include_package_data=True,
-- package_dir={'': 'src'},
-- install_requires=[
-- 'pytest',
-- 'pytest-capturelog',
-- 'pytest-codecheckers',
-- 'pytest-cov'])
-+ package_dir={'': 'src'},)