mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
multimedia/py-mido: update 1.2.10 → 1.3.3; Update WWW
This commit is contained in:
parent
1220c079d3
commit
0cd49ca4d3
2 changed files with 13 additions and 6 deletions
|
@ -1,18 +1,25 @@
|
|||
PORTNAME= mido
|
||||
DISTVERSION= 1.2.10
|
||||
DISTVERSION= 1.3.3
|
||||
CATEGORIES= multimedia python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= MIDI Objects for Python
|
||||
WWW= https://github.com/olemb/mido
|
||||
WWW= https://mido.readthedocs.io/ \
|
||||
https://github.com/mido/mido
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USE_PYTHON= pep517 concurrent autoplist pytest
|
||||
NO_ARCH= yes
|
||||
|
||||
# tests as of 1.3.3: 1 failed, 121 passed in 17.72s
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1621188784
|
||||
SHA256 (mido-1.2.10.tar.gz) = 17b38a8e4594497b850ec6e78b848eac3661706bfc49d484a36d91335a373499
|
||||
SIZE (mido-1.2.10.tar.gz) = 103070
|
||||
TIMESTAMP = 1730948942
|
||||
SHA256 (mido-1.3.3.tar.gz) = 1aecb30b7f282404f17e43768cbf74a6a31bf22b3b783bdd117a1ce9d22cb74c
|
||||
SIZE (mido-1.3.3.tar.gz) = 124288
|
||||
|
|
Loading…
Add table
Reference in a new issue