mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Update to Python2.2.1+Stackless020701
This commit is contained in:
parent
13cfbb1029
commit
f0d7d7bb09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62295
@ -6,24 +6,29 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= python
|
PORTNAME= python
|
||||||
PORTVERSION= 2.0.1
|
PORTVERSION= 2.2.1
|
||||||
|
PORTREVISION= ${CVSDATE}0
|
||||||
CATEGORIES= lang python
|
CATEGORIES= lang python
|
||||||
MASTER_SITES= ""
|
MASTER_SITES= #
|
||||||
PKGNAMEPREFIX= stackless_
|
PKGNAMEPREFIX= stackless_
|
||||||
|
|
||||||
PATCH_SITES= http://www3.kr.freebsd.org/~perky/distfiles/ \
|
PATCH_SITES= ${MASTER_SITE_LOCAL}
|
||||||
http://pipiband.com/distfiles/
|
PATCH_SITE_SUBDIR= perky
|
||||||
PATCHFILES= stackless-010514.diff.gz
|
PATCHFILES= stackless-${CVSDATE}.diff.gz
|
||||||
PATCH_DIST_STRIP= -p1
|
PATCH_DIST_STRIP= -p1
|
||||||
|
|
||||||
MAINTAINER= perky@FreeBSD.org
|
MAINTAINER= perky@FreeBSD.org
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../../lang/python20
|
ONLY_FOR_ARCHS= i386 powerpc
|
||||||
|
CVSDATE= 020701
|
||||||
|
MASTERDIR= ${.CURDIR}/../../lang/python
|
||||||
|
|
||||||
COMMENT= ${.CURDIR}/pkg-comment
|
COMMENT= ${.CURDIR}/pkg-comment
|
||||||
DESCR= ${.CURDIR}/pkg-descr
|
DESCR= ${.CURDIR}/pkg-descr
|
||||||
MD5_FILE= ${.CURDIR}/distinfo
|
MD5_FILE= ${.CURDIR}/distinfo
|
||||||
|
|
||||||
SETUP_LOCAL+= ../../../lang/${PKGNAMEPREFIX}${PORTNAME}/files/Setup.stackless
|
post-patch:
|
||||||
|
@${FIND} ${WRKSRC} -name '*.orig' -exec ${RM} -f {} \;
|
||||||
|
@${RM} -rf ${WRKSRC}/Demo/extend
|
||||||
|
|
||||||
.include "${MASTERDIR}/Makefile"
|
.include "${MASTERDIR}/Makefile"
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
MD5 (python/Python-2.0.1.tgz) = 8aa10dcf062723001b852d96e905af79
|
MD5 (python/Python-2.2.1.tgz) = e7012d611602b62e36073c2fd02396a3
|
||||||
MD5 (python/stackless-010514.diff.gz) = 7c4efd26d1bd01e85338e98ac5bfb0b1
|
MD5 (python/stackless-020701.diff.gz) = ae12e16a57d80b7b49350b0c23376e8d
|
||||||
|
@ -1 +1 @@
|
|||||||
A Python implementation that does not use the C stack
|
Python implementation that does not use the C stack
|
||||||
|
@ -5,5 +5,3 @@ and supports continuation, microthread, and so many fascinative
|
|||||||
features.
|
features.
|
||||||
|
|
||||||
WWW: http://www.stackless.com/
|
WWW: http://www.stackless.com/
|
||||||
|
|
||||||
- Hye-Shik Chang, a.k.a, "Perky"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user