mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
Update to version 0.19.0
Require python3.5+ as this version drops support for python 2.7
This commit is contained in:
parent
3938cdb1ce
commit
347a01958c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534181
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= toyplot
|
||||
PORTVERSION= 0.18.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.19.0
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -20,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.8:math/py-numpy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}reportlab>=3.2.0:print/py-reportlab@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}custom_inherit>=2.2.0:textproc/py-custom_inherit@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1546916620
|
||||
SHA256 (toyplot-0.18.0.tar.gz) = f3c07ed64609fa8747210421717b241c808da2fc5d296615c83bf422faca9e90
|
||||
SIZE (toyplot-0.18.0.tar.gz) = 267091
|
||||
TIMESTAMP = 1588779032
|
||||
SHA256 (toyplot-0.19.0.tar.gz) = d199b4ac2d5ee454fec8be937bd9f1a313145545adc192bb0db2fd3defada484
|
||||
SIZE (toyplot-0.19.0.tar.gz) = 267685
|
||||
|
Loading…
Reference in New Issue
Block a user