mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
- update to 1.4.11
- remove redundant MASTER_SITE_SUBDIR - align whitespace, remove empty line while here: - trim Makefile header - remove indefinite article in COMMENT - convert to optionsng - fix packing list with python32 - tab -> space change in pkg-plist:WWW PR: 172919 (based on) Submitted by: Kubilay Kocak <koobs.freebsd at gmail dot com> Feature safe: yes
This commit is contained in:
parent
419883326e
commit
a447797f4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306635
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user