diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-10-29 20:48:23 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-10-29 20:48:23 +0000 |
commit | a447797f4dbb3a8ccf402b8c6822558d318c9875 (patch) | |
tree | 2464b2e246561714f25e802d452f4f2e6c732c1b /devel | |
parent | 419883326e8b7a320e4f747d11d7a9778a6095bd (diff) | |
download | ports-a447797f4dbb3a8ccf402b8c6822558d318c9875.tar.gz ports-a447797f4dbb3a8ccf402b8c6822558d318c9875.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-pylib/Makefile | 26 | ||||
-rw-r--r-- | devel/py-pylib/distinfo | 4 | ||||
-rw-r--r-- | devel/py-pylib/pkg-descr | 2 |
3 files changed, 16 insertions, 16 deletions
diff --git a/devel/py-pylib/Makefile b/devel/py-pylib/Makefile index 91f03d3d6509..0fd7fd6c421f 100644 --- a/devel/py-pylib/Makefile +++ b/devel/py-pylib/Makefile @@ -1,37 +1,37 @@ -# New ports collection makefile for: py-pylib -# Date created: 2008-09-16 -# Whom: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> -# +# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= pylib -PORTVERSION= 1.4.9 +PORTVERSION= 1.4.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP -MASTER_SITE_SUBDIR= source/p/py PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py-${PORTVERSION} MAINTAINER= rm@FreeBSD.org -COMMENT= An agile development and test support library +COMMENT= Agile development and test support library LICENSE= MIT # Python3 ready -USE_PYTHON= yes +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= py -USE_ZIP= yes +USE_ZIP= yes DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} - PORTDOCS= CHANGELOG README.txt +.include <bsd.port.pre.mk> + post-install: -.if !defined(NOPORTDOCS) +.if ${PYTHON_REL} >= 320 +.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" +.endif + +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/py-pylib/distinfo b/devel/py-pylib/distinfo index 3669accbc39a..e8654bd200e0 100644 --- a/devel/py-pylib/distinfo +++ b/devel/py-pylib/distinfo @@ -1,2 +1,2 @@ -SHA256 (py-1.4.9.zip) = 75ad266f591624b6d8c62a99819558e1266aa043bbaf0185bb649b36f1bdded0 -SIZE (py-1.4.9.zip) = 224945 +SHA256 (py-1.4.11.zip) = 47cbcc8d8a29b319c561a32c514e2f83a364a04baa4345e78b3d6b8c7f781290 +SIZE (py-1.4.11.zip) = 225526 diff --git a/devel/py-pylib/pkg-descr b/devel/py-pylib/pkg-descr index f55da827f2a8..edea3bc06522 100644 --- a/devel/py-pylib/pkg-descr +++ b/devel/py-pylib/pkg-descr @@ -6,4 +6,4 @@ The pylib is a development support library featuring these tools and APIs: * py.code: dynamic code generation and introspection * py.path: uniform local and svn path objects -WWW: http://pylib.org/ +WWW: http://pylib.org/ |