1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

print/py-pollyreports: update to 1.7.7

- update to 1.7.7

while here:
- add NO_ARCH and sort USE_PYTHON
- drop python version limit, because it builds fine both with 2.x and 3.x

PR:		206871
Submitted by:	jjachuf@gmail.com (maintainer)
This commit is contained in:
Ruslan Makhmatkhanov 2016-02-12 20:45:00 +00:00
parent 69ee310318
commit 8a8e1be6d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408758
2 changed files with 8 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= PollyReports
PORTVERSION= 1.7.6
PORTVERSION= 1.7.7
CATEGORIES= print python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,12 +12,13 @@ COMMENT= Band-oriented PDF report generation from database query
LICENSE= BSD2CLAUSE
USES= python:2
USE_PYTHON= distutils autoplist
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
OPTIONS_DEFINE= REPORTLAB
REPORTLAB_DESC= Install Reportlab2
REPORTLAB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab2>=2.1:${PORTSDIR}/print/py-reportlab2
REPORTLAB_DESC= Install Reportlab
REPORTLAB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab>=3.0:${PORTSDIR}/print/py-reportlab
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (PollyReports-1.7.6.tar.gz) = cc6cbb4a33d8f4b55b98390606b4f1fe8fa4c4a43ebbaca2734fc584fa317b40
SIZE (PollyReports-1.7.6.tar.gz) = 21619
SHA256 (PollyReports-1.7.7.tar.gz) = 942ea8970ba8eb03d5f2999d7d8ed2164b19b7e5f574ff1d8a44ed17f58de53b
SIZE (PollyReports-1.7.7.tar.gz) = 22250