mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
math/py-PyWavelets:
- Update to 1.1.1. This release supports Python 3.7 and greater - Drop needless dependency - Take maintainership PR: 249565 Approved by: Eric Camachat (former maintainer)
This commit is contained in:
parent
5ba86fa011
commit
45fd022f5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550451
@ -1,26 +1,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= PyWavelets
|
||||
PORTVERSION= 0.5.2
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 1.1.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= math python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= eric@camachat.org
|
||||
MAINTAINER= makc@FreeBSD.org
|
||||
COMMENT= Discrete Wavelet Transforms in Python
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYNUMPY}
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PY_PILLOW}
|
||||
RUN_DEPENDS= ${PYNUMPY}
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_PROJECT= pywt
|
||||
|
||||
USES= cpe python
|
||||
USES= cpe python:3.7+
|
||||
USE_PYTHON= autoplist distutils cython cython_run
|
||||
|
||||
PYDISTUTILS_BUILD_TARGET= build build_ext
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1492327366
|
||||
SHA256 (PyWavelets-pywt-v0.5.2_GH0.tar.gz) = e36d629f40f7781da2dcaa2139bc476e9deaf91d79f675b5ce0bde6e775d1b53
|
||||
SIZE (PyWavelets-pywt-v0.5.2_GH0.tar.gz) = 3867428
|
||||
TIMESTAMP = 1600543049
|
||||
SHA256 (PyWavelets-pywt-v1.1.1_GH0.tar.gz) = 50fe2aae1b6d2462cf9e9b0dcc18dbcbd0b5ed65225abb4a272ed188dbcbceb0
|
||||
SIZE (PyWavelets-pywt-v1.1.1_GH0.tar.gz) = 3914108
|
||||
|
Loading…
Reference in New Issue
Block a user