aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2015-10-28 21:12:44 +0800
committerkoobs <koobs@FreeBSD.org>2015-10-28 21:12:44 +0800
commit52ca85d40479e14de205604264b15f6ae59e0002 (patch)
tree434baec4754dac3eee68eb96821ad48eaf43f05e /devel
parent682416263d5845c9246998a48429278036f4d16e (diff)
downloadfreebsd-ports-gnome-52ca85d40479e14de205604264b15f6ae59e0002.tar.gz
freebsd-ports-gnome-52ca85d40479e14de205604264b15f6ae59e0002.tar.zst
freebsd-ports-gnome-52ca85d40479e14de205604264b15f6ae59e0002.zip
devel/py-py: Update to 1.4.30
- Update PORTVERSION and distinfo checksum (1.4.30) - Update COMMENT to match upstream (setup.py:description=) - Add TEST_DEPENDS and do-test target - Add NO_ARCH Changes: https://pylib.readthedocs.org/en/latest/changelog.html
Diffstat (limited to 'devel')
-rw-r--r--devel/py-py/Makefile11
-rw-r--r--devel/py-py/distinfo4
2 files changed, 11 insertions, 4 deletions
diff --git a/devel/py-py/Makefile b/devel/py-py/Makefile
index 900e5412b4cf..5f6d563577dc 100644
--- a/devel/py-py/Makefile
+++ b/devel/py-py/Makefile
@@ -2,18 +2,25 @@
# $FreeBSD$
PORTNAME= py
-PORTVERSION= 1.4.26
+PORTVERSION= 1.4.30
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
-COMMENT= Python development support library
+COMMENT= Library with cross-python path, ini-parsing, io, code, log facilities
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest
+
USES= python
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+do-test:
+ @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest
+
.include <bsd.port.mk>
diff --git a/devel/py-py/distinfo b/devel/py-py/distinfo
index 103e8fb5cb63..6e70454c66bf 100644
--- a/devel/py-py/distinfo
+++ b/devel/py-py/distinfo
@@ -1,2 +1,2 @@
-SHA256 (py-1.4.26.tar.gz) = 28dd0b90d29b386afb552efc4e355c889f4639ce93658a7872a2150ece28bb89
-SIZE (py-1.4.26.tar.gz) = 190617
+SHA256 (py-1.4.30.tar.gz) = b703e57685ed7c280b1a51c496a4984d83d89def2a930b5e9e5da5a6ca151514
+SIZE (py-1.4.30.tar.gz) = 191796