Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2014 23:13:52 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343556 - in head/textproc: py-elib.intl py-gettext py-wicked py-zope.app.i18n py-zope.app.locales py-zope.i18nmessageid py-zope.structuredtext py-zope.tal
Message-ID:  <201402092313.s19NDqxN083974@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sun Feb  9 23:13:52 2014
New Revision: 343556
URL: http://svnweb.freebsd.org/changeset/ports/343556
QAT: https://qat.redports.org/buildarchive/r343556/

Log:
  - do not use easy_install, convert to auto-generated packing list
  - move DIST_SUBDIR upper, where appropriate
  - add trailing slash to WWW url, where appropriate
  - bump PORTREVISION

Deleted:
  head/textproc/py-elib.intl/pkg-plist
  head/textproc/py-gettext/pkg-plist
  head/textproc/py-wicked/pkg-plist
  head/textproc/py-zope.app.i18n/pkg-plist
  head/textproc/py-zope.app.locales/pkg-plist
  head/textproc/py-zope.i18nmessageid/pkg-plist
  head/textproc/py-zope.structuredtext/pkg-plist
  head/textproc/py-zope.tal/pkg-plist
Modified:
  head/textproc/py-elib.intl/Makefile
  head/textproc/py-gettext/Makefile
  head/textproc/py-gettext/pkg-descr
  head/textproc/py-wicked/Makefile
  head/textproc/py-wicked/pkg-descr
  head/textproc/py-zope.app.i18n/Makefile
  head/textproc/py-zope.app.locales/Makefile
  head/textproc/py-zope.i18nmessageid/Makefile
  head/textproc/py-zope.i18nmessageid/distinfo
  head/textproc/py-zope.i18nmessageid/pkg-descr
  head/textproc/py-zope.structuredtext/Makefile
  head/textproc/py-zope.tal/Makefile

Modified: head/textproc/py-elib.intl/Makefile
==============================================================================
--- head/textproc/py-elib.intl/Makefile	Sun Feb  9 23:12:11 2014	(r343555)
+++ head/textproc/py-elib.intl/Makefile	Sun Feb  9 23:13:52 2014	(r343556)
@@ -2,7 +2,7 @@
 
 PORTNAME=	elib.intl
 PORTVERSION=	0.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -16,9 +16,8 @@ GH_TAGNAME=	${GH_COMMIT}
 GH_COMMIT=	d09997c
 USE_GITHUB=	yes
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-PYDISTUTILS_PKGVERSION=	${PORTVERSION}.dev
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/py-gettext/Makefile
==============================================================================
--- head/textproc/py-gettext/Makefile	Sun Feb  9 23:12:11 2014	(r343555)
+++ head/textproc/py-gettext/Makefile	Sun Feb  9 23:13:52 2014	(r343556)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gettext
 PORTVERSION=	2.1
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,13 +13,11 @@ COMMENT=	Python Gettext po to mo file co
 
 LICENSE=	BSD
 
-# Python3 and Pypy 1.7 ready
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	python-${PORTNAME}
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 USE_ZIP=		yes
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} <= 300

Modified: head/textproc/py-gettext/pkg-descr
==============================================================================
--- head/textproc/py-gettext/pkg-descr	Sun Feb  9 23:12:11 2014	(r343555)
+++ head/textproc/py-gettext/pkg-descr	Sun Feb  9 23:13:52 2014	(r343556)
@@ -2,4 +2,4 @@ This implementation of Gettext for Pytho
 which can be used to generate compiled mo files from Gettext po
 files and includes support for the newer msgctxt keyword.
 
-WWW: https://pypi.python.org/pypi/python-gettext
+WWW: https://pypi.python.org/pypi/python-gettext/

Modified: head/textproc/py-wicked/Makefile
==============================================================================
--- head/textproc/py-wicked/Makefile	Sun Feb  9 23:12:11 2014	(r343555)
+++ head/textproc/py-wicked/Makefile	Sun Feb  9 23:13:52 2014	(r343556)
@@ -2,9 +2,11 @@
 
 PORTNAME=	wicked
 PORTVERSION=	1.1.10
+PORTREVISION=	1
 CATEGORIES=	textproc python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Compact syntax for doing wiki-like content linking and creation
@@ -16,10 +18,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \
 		${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:${PORTSDIR}/devel/py-zope.traversing
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-USE_ZIP=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+USE_ZIP=		yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/py-wicked/pkg-descr
==============================================================================
--- head/textproc/py-wicked/pkg-descr	Sun Feb  9 23:12:11 2014	(r343555)
+++ head/textproc/py-wicked/pkg-descr	Sun Feb  9 23:13:52 2014	(r343556)
@@ -1,4 +1,4 @@
 wicked is a compact syntax for doing wiki-like content linking and creation
 in zope and plone.
 
-WWW: https://pypi.python.org/pypi/wicked
+WWW: https://pypi.python.org/pypi/wicked/

Modified: head/textproc/py-zope.app.i18n/Makefile
==============================================================================
--- head/textproc/py-zope.app.i18n/Makefile	Sun Feb  9 23:12:11 2014	(r343555)
+++ head/textproc/py-zope.app.i18n/Makefile	Sun Feb  9 23:13:52 2014	(r343556)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.app.i18n
 PORTVERSION=	3.6.4
+PORTREVISION=	1
 CATEGORIES=	textproc python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Persistent translation domains and message catalogs
@@ -21,9 +23,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security \
 		zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/py-zope.app.locales/Makefile
==============================================================================
--- head/textproc/py-zope.app.locales/Makefile	Sun Feb  9 23:12:11 2014	(r343555)
+++ head/textproc/py-zope.app.locales/Makefile	Sun Feb  9 23:13:52 2014	(r343556)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.app.locales
 PORTVERSION=	3.7.3
+PORTREVISION=	1
 CATEGORIES=	textproc python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Zope locale extraction and management utilities
@@ -17,10 +19,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.app.applicationcontrol>=0:${PORTSDIR}/devel/py-zope.app.applicationcontrol \
 		${PYTHON_PKGNAMEPREFIX}zope.app.appsetup>=0:${PORTSDIR}/devel/py-zope.app.appsetup
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/py-zope.i18nmessageid/Makefile
==============================================================================
--- head/textproc/py-zope.i18nmessageid/Makefile	Sun Feb  9 23:12:11 2014	(r343555)
+++ head/textproc/py-zope.i18nmessageid/Makefile	Sun Feb  9 23:13:52 2014	(r343556)
@@ -3,17 +3,17 @@
 
 PORTNAME=	zope.i18nmessageid
 PORTVERSION=	3.6.1
+PORTREVISION=	1
 CATEGORIES=	textproc www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Message Identifiers for internationalization
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYEASYINSTALL_ARCHDEP=yes
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/py-zope.i18nmessageid/distinfo
==============================================================================
--- head/textproc/py-zope.i18nmessageid/distinfo	Sun Feb  9 23:12:11 2014	(r343555)
+++ head/textproc/py-zope.i18nmessageid/distinfo	Sun Feb  9 23:13:52 2014	(r343556)
@@ -1,2 +1,2 @@
-SHA256 (zope.i18nmessageid-3.6.1.tar.gz) = a551e90baa20079aaf96a8b11f685168a03e0964843d0c344a8bdd465649e47d
-SIZE (zope.i18nmessageid-3.6.1.tar.gz) = 15350
+SHA256 (zope/zope.i18nmessageid-3.6.1.tar.gz) = a551e90baa20079aaf96a8b11f685168a03e0964843d0c344a8bdd465649e47d
+SIZE (zope/zope.i18nmessageid-3.6.1.tar.gz) = 15350

Modified: head/textproc/py-zope.i18nmessageid/pkg-descr
==============================================================================
--- head/textproc/py-zope.i18nmessageid/pkg-descr	Sun Feb  9 23:12:11 2014	(r343555)
+++ head/textproc/py-zope.i18nmessageid/pkg-descr	Sun Feb  9 23:13:52 2014	(r343556)
@@ -2,4 +2,4 @@ zope.i18nmessageid provides facilities f
 within program source text; translation of the messages is the
 responsiblitiy of the 'zope.i18n' package.
 
-WWW: https://www.python.org/pypi/zope.i18nmessageid/
+WWW: https://pypi.python.org/pypi/zope.i18nmessageid/

Modified: head/textproc/py-zope.structuredtext/Makefile
==============================================================================
--- head/textproc/py-zope.structuredtext/Makefile	Sun Feb  9 23:12:11 2014	(r343555)
+++ head/textproc/py-zope.structuredtext/Makefile	Sun Feb  9 23:13:52 2014	(r343556)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.structuredtext
 PORTVERSION=	3.5.1
+PORTREVISION=	1
 CATEGORIES=	textproc python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +13,8 @@ COMMENT=	StructuredText parser
 
 LICENSE=	ZPL21
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/py-zope.tal/Makefile
==============================================================================
--- head/textproc/py-zope.tal/Makefile	Sun Feb  9 23:12:11 2014	(r343555)
+++ head/textproc/py-zope.tal/Makefile	Sun Feb  9 23:13:52 2014	(r343556)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.tal
 PORTVERSION=	3.6.1
+PORTREVISION=	1
 CATEGORIES=	textproc python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Zope Template Application Language (TAL)
@@ -14,11 +16,9 @@ LICENSE=	ZPL21
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-USE_ZIP=	yes
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+USE_ZIP=		yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402092313.s19NDqxN083974>