mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
net/py-beanstalkc: Update to 0.4.0, Add QA bits
- Update to 0.4.0 - Add TEST_DEPENDS and regression-test: target for QA - Patch setup.py to integrate the test command with py-nose - Remove setup.py patch adding zip_safe=False (no longer needed) - pkg-descr: Update WWW: homepage link Changes: * https://github.com/earl/beanstalkc/commits/v0.4.0
This commit is contained in:
parent
dff2eb6e43
commit
8d79ecd3d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347445
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= beanstalkc
|
||||
PORTVERSION= 0.3.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.4.0
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,6 +12,9 @@ COMMENT= Simple beanstalkd client library for Python
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
@ -23,4 +25,7 @@ YAML_DESC= Support parsing YAML responses
|
||||
|
||||
YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (beanstalkc-0.3.0.tar.gz) = 45c3915ed876f80712fcafadee0feaaf0628e5c297e33aaea7f7b229deb80467
|
||||
SIZE (beanstalkc-0.3.0.tar.gz) = 3849
|
||||
SHA256 (beanstalkc-0.4.0.tar.gz) = 98978e57797320146f4b233286d9a02f65d20bad0168424118839fc608085280
|
||||
SIZE (beanstalkc-0.4.0.tar.gz) = 13921
|
||||
|
@ -1,8 +1,8 @@
|
||||
--- ./setup.py.orig 2012-07-15 01:01:36.000000000 +1000
|
||||
+++ ./setup.py 2012-07-15 01:01:49.000000000 +1000
|
||||
@@ -30,4 +30,5 @@
|
||||
'Programming Language :: Python',
|
||||
--- ./setup.py.orig 2014-03-08 14:16:00.573786621 +1100
|
||||
+++ ./setup.py 2014-03-08 14:16:32.606016182 +1100
|
||||
@@ -29,4 +29,5 @@
|
||||
'Operating System :: OS Independent',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
],
|
||||
+ zip_safe=False,
|
||||
+ test_suite = 'nose.collector',
|
||||
)
|
||||
|
@ -1,3 +1,3 @@
|
||||
beanstalkc is a simple beanstalkd client library for Python.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/beanstalkc/
|
||||
WWW: https://github.com/earl/beanstalkc/
|
||||
|
Loading…
Reference in New Issue
Block a user