mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net/py-amqp: update to 1.3.3
- Update to 1.3.3 - Use CHEESESHOP mater site - Allow staging - Take maintainership Approved by: maintainer
This commit is contained in:
parent
445cf86500
commit
e0108dff0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333685
2 changed files with 5 additions and 11 deletions
|
@ -2,11 +2,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= amqp
|
||||
PORTVERSION= 1.3.2
|
||||
PORTVERSION= 1.3.3
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
MAINTAINER= wg@FreeBSD.org
|
||||
COMMENT= Low-level AMQP client for Python (fork of amqplib)
|
||||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}unittest2>=0.4.0:${PORTSDIR}/devel/py-unittest2 \
|
||||
|
@ -16,18 +17,11 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}unittest2>=0.4.0:${PORTSDIR}/devel/py-unitt
|
|||
|
||||
LICENSE= LGPL21
|
||||
|
||||
USE_GITHUB= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
GH_ACCOUNT= celery
|
||||
GH_PROJECT= py-${PORTNAME}
|
||||
GH_COMMIT= a6cdb3b
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC}/funtests && ${SETENV} PYTHONPATH=../ ${PYTHON_CMD} run_all.py
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (amqp-1.3.2.tar.gz) = ae97713dc7c4a133af87f76e57cb10acf42ef1359c289e56b5bd60574dea6ba3
|
||||
SIZE (amqp-1.3.2.tar.gz) = 75461
|
||||
SHA256 (amqp-1.3.3.tar.gz) = e65da719efcd1d0a9cff44431e2476f88de8ffeeb7abc0c77e82361c9281170f
|
||||
SIZE (amqp-1.3.3.tar.gz) = 75574
|
||||
|
|
Loading…
Add table
Reference in a new issue