mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
net/py-kombu: update to 1.4.1
- Update to 1.4.1 - Switch to appropriate BSD license - Remove deprecated python <2.7 detection
This commit is contained in:
parent
b71ab1eabd
commit
e6fc29f373
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340393
2 changed files with 6 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kombu
|
||||
PORTVERSION= 3.0.8
|
||||
PORTVERSION= 3.0.10
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -10,9 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
MAINTAINER= wg@FreeBSD.org
|
||||
COMMENT= AMQP messaging framework for Python
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amqp>=1.3.2:${PORTSDIR}/net/py-amqp \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amqp>=1.4.1:${PORTSDIR}/net/py-amqp \
|
||||
${PYTHON_PKGNAMEPREFIX}anyjson>=0.3.3:${PORTSDIR}/devel/py-anyjson
|
||||
|
||||
OPTIONS_DEFINE= BEANSTALK BOTO MONGODB REDIS SQLALCHEMY ZMQ
|
||||
|
@ -38,10 +38,4 @@ USE_PYTHON= yes
|
|||
USE_PYDISTUTILS=yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 270
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ordereddict>=0:${PORTSDIR}/devel/py-ordereddict
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kombu-3.0.8.tar.gz) = de8eea1b9dc83c268a135bcaa9b89aedec1b07f63ebb487f3ba09d35d37f07d2
|
||||
SIZE (kombu-3.0.8.tar.gz) = 335226
|
||||
SHA256 (kombu-3.0.10.tar.gz) = 796f5a65a95bf518eab1ad04b10e1a45ddb84918348781391d547c943b87f7bc
|
||||
SIZE (kombu-3.0.10.tar.gz) = 337255
|
||||
|
|
Loading…
Add table
Reference in a new issue