audio/py-pymad: Update to 0.11.3
- Add GitHub to MASTER_SITES - Update COMMENT Changes: https://github.com/jaqx0r/pymad/releases
This commit is contained in:
@@ -1,27 +1,25 @@
|
||||
PORTNAME= pymad
|
||||
PORTVERSION= 0.10
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.11.3
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= PYPI
|
||||
MASTER_SITES= PYPI \
|
||||
https://github.com/jaqx0r/pymad/releases/download/v${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Python wrapper for the MPEG Audio Decoder library
|
||||
COMMENT= Wrapper for the MAD (mpeg audio decoder) library
|
||||
WWW= https://github.com/jaqx0r/pymad
|
||||
|
||||
LICENSE= LGPL20+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools>=45:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
LIB_DEPENDS= libmad.so:audio/libmad
|
||||
|
||||
USES= python
|
||||
USES= localbase python
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} config_unix.py --prefix ${LOCALBASE}
|
||||
|
||||
post-install:
|
||||
${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1517641451
|
||||
SHA256 (pymad-0.10.tar.gz) = 4f3cb83614095cf15205d2ebc344148ae11acb22c85741a94748f614d4c4def1
|
||||
SIZE (pymad-0.10.tar.gz) = 22689
|
||||
TIMESTAMP = 1762586764
|
||||
SHA256 (pymad-0.11.3.tar.gz) = c5b9be3b625ce9257e07877b66b1f0bd8a957fb967d18cb2393a7e09cf6ce7aa
|
||||
SIZE (pymad-0.11.3.tar.gz) = 30098
|
||||
|
||||
Reference in New Issue
Block a user