1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Update to 0.4.7

- Strip shared library in post-install:

Changes:	https://github.com/python-greenlet/greenlet/blob/master/NEWS
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-06-15 19:20:11 +00:00
parent 073d65d105
commit 9e273b5a86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389744
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= greenlet
PORTVERSION= 0.4.2
PORTVERSION= 0.4.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -16,8 +16,8 @@ ONLY_FOR_ARCHS= amd64 i386
USE_PYTHON= autoplist distutils
USES= python zip
post-build:
@${STRIP_CMD} ${WRKSRC}/greenlet.so
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/greenlet.so
regression-test test: build
cd ${WRKSRC}/ && ${PYTHON_CMD} run-tests.py

View File

@ -1,2 +1,2 @@
SHA256 (greenlet-0.4.2.zip) = b160e556a22e16bae3f3f63ffce7898682c803cd896457192f7b54fe74fe991e
SIZE (greenlet-0.4.2.zip) = 74404
SHA256 (greenlet-0.4.7.zip) = f32c4fa4e06443e1bdb0d32b69e7617c25ff772c3ffc6d0aa63d192e9fd795fe
SIZE (greenlet-0.4.7.zip) = 77540