aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-07-04 10:49:18 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-07-04 10:49:18 +0800
commitdc7805c5356d12c90bed75f320a5b8a00657f33f (patch)
treebb12fb98ab0b6139a840bed427e4d1d4a0523b1d /devel
parentd9f948771fecf5b45f8841b0fc102bff2bdfc235 (diff)
downloadfreebsd-ports-gnome-dc7805c5356d12c90bed75f320a5b8a00657f33f.tar.gz
freebsd-ports-gnome-dc7805c5356d12c90bed75f320a5b8a00657f33f.tar.zst
freebsd-ports-gnome-dc7805c5356d12c90bed75f320a5b8a00657f33f.zip
- Update to 1.2.1
- Update MASTER_SITES - Update USE_PYTHON - Remove unnecessary post-patch: - Simplify Makefile - Update WWW Changes: http://urwid.org/changelog.html
Diffstat (limited to 'devel')
-rw-r--r--devel/py-urwid/Makefile16
-rw-r--r--devel/py-urwid/distinfo4
-rw-r--r--devel/py-urwid/pkg-descr2
3 files changed, 7 insertions, 15 deletions
diff --git a/devel/py-urwid/Makefile b/devel/py-urwid/Makefile
index 71d9453ed03d..2da6e30c46b3 100644
--- a/devel/py-urwid/Makefile
+++ b/devel/py-urwid/Makefile
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= urwid
-PORTVERSION= 1.1.1
+PORTVERSION= 1.2.1
CATEGORIES= devel python
-MASTER_SITES= http://excess.org/urwid/
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
@@ -16,8 +16,8 @@ LICENSE= LGPL21
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
OPTIONS_DEFINE= EXAMPLES
-USE_PYTHON= 2
-USE_PYDISTUTILS= yes
+USE_PYTHON= yes
+USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
PORTEXAMPLES= bigtext.py \
@@ -36,17 +36,9 @@ PORTEXAMPLES= bigtext.py \
treesample.py
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
-.include <bsd.port.options.mk>
-
-post-patch:
-# disable setuptools for now
- @${REINPLACE_CMD} 's/setuptools/do_not_use_&/g' ${WRKSRC}/setup.py
-
post-install:
-.if ${PORT_OPTIONS:MEXAMPLES}
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
(cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}/)
-.endif
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} -m urwid.tests
diff --git a/devel/py-urwid/distinfo b/devel/py-urwid/distinfo
index e184ec2c9bb9..c582762a012f 100644
--- a/devel/py-urwid/distinfo
+++ b/devel/py-urwid/distinfo
@@ -1,2 +1,2 @@
-SHA256 (urwid-1.1.1.tar.gz) = b301b4e0c2cd1634390cda80149d8aa2a07365af81a281ecf258770e47d30e99
-SIZE (urwid-1.1.1.tar.gz) = 482432
+SHA256 (urwid-1.2.1.tar.gz) = 9b9b5dabb7df6c0f12e84feed488f9a9ddd5c2d66d1b7c7c087055720b87c68c
+SIZE (urwid-1.2.1.tar.gz) = 578088
diff --git a/devel/py-urwid/pkg-descr b/devel/py-urwid/pkg-descr
index 1c79ecb3a59c..27f03f2246f5 100644
--- a/devel/py-urwid/pkg-descr
+++ b/devel/py-urwid/pkg-descr
@@ -13,4 +13,4 @@ features useful for text console application developers including:
* Flexible edit box for editing many different types of text
* Easy interface for creating HTML screen shots
-WWW: http://excess.org/urwid/
+WWW: http://urwid.org/