mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
- Update to 2006p
PR: ports/109516 Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org> Approved by: maintainer (Khairil Yusof)
This commit is contained in:
parent
ff615e72b2
commit
ef1c123f54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186322
@ -6,18 +6,33 @@
|
||||
#
|
||||
|
||||
PORTNAME= pytz
|
||||
PORTVERSION= 2006g
|
||||
PORTVERSION= 2006p
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://cheeseshop.python.org/packages/source/p/pytz/
|
||||
MASTER_SITE_SUBDIR= pytz
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= pytz-${PORTVERSION}
|
||||
|
||||
MAINTAINER= kaeru@inigo-tech.com
|
||||
COMMENT= World Timezone Definitions for Python
|
||||
|
||||
BUILD_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools
|
||||
RUN_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_PYTHON= 2.3+
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
EASY_INSTALL_CMD?= easy_install-${PYTHON_VER}
|
||||
|
||||
PYDISTUTILS_BUILD_TARGET= bdist_egg
|
||||
PYDISTUTILS_INSTALL_TARGET= easy_install
|
||||
PYDISTUTILS_INSTALLARGS= -O 1 -N -S ${PYTHON_SITELIBDIR} ${WRKSRC}/dist/${PYPYTZ_EGG}
|
||||
|
||||
PYPYTZ_EGG= ${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg
|
||||
|
||||
PLIST_SUB+= EASY_INSTALL_CMD=${EASY_INSTALL_CMD} \
|
||||
PYPYTZ_EGG=${PYPYTZ_EGG} \
|
||||
PYPYTZ_EGG_VER="${PORTNAME}==${PORTVERSION}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (pytz-2006g.tar.bz2) = 051d34831b7e4cceb1d94f48ebd896f6
|
||||
SHA256 (pytz-2006g.tar.bz2) = b07019703a757af487a39e5ef3d7c9a527d4ffcd43534c402c7bf051c6b41ca5
|
||||
SIZE (pytz-2006g.tar.bz2) = 110615
|
||||
MD5 (pytz-2006p.tar.bz2) = ae3569bc2831d30d2ee1fabac54c43dd
|
||||
SHA256 (pytz-2006p.tar.bz2) = eff2d1aa8ee87ca94feaf5d84d3098b356baa63824fcaf9ce3e734407e3e0f99
|
||||
SIZE (pytz-2006p.tar.bz2) = 113750
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user