Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2017 11:51:37 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432837 - head/audio/py-discid
Message-ID:  <201701301151.v0UBpbas040625@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Mon Jan 30 11:51:37 2017
New Revision: 432837
URL: https://svnweb.freebsd.org/changeset/ports/432837

Log:
  - Update to 1.1.1
  - Add NO_ARCH
  - Add regression testing support
  - Use something better than the Github repo for WWW

Modified:
  head/audio/py-discid/Makefile
  head/audio/py-discid/distinfo
  head/audio/py-discid/pkg-descr

Modified: head/audio/py-discid/Makefile
==============================================================================
--- head/audio/py-discid/Makefile	Mon Jan 30 11:37:16 2017	(r432836)
+++ head/audio/py-discid/Makefile	Mon Jan 30 11:51:37 2017	(r432837)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	discid
-PORTVERSION=	1.1.0
+PORTVERSION=	1.1.1
 CATEGORIES=	audio python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,4 +17,9 @@ LIB_DEPENDS=	libdiscid.so:audio/libdisci
 USES=		python
 USE_PYTHON=	autoplist distutils
 
+NO_ARCH=	yes
+
+TEST_TARGET=	test
+DO_MAKE_TEST=	${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYSETUP}
+
 .include <bsd.port.mk>

Modified: head/audio/py-discid/distinfo
==============================================================================
--- head/audio/py-discid/distinfo	Mon Jan 30 11:37:16 2017	(r432836)
+++ head/audio/py-discid/distinfo	Mon Jan 30 11:51:37 2017	(r432837)
@@ -1,2 +1,3 @@
-SHA256 (discid-1.1.0.tar.gz) = b39d443051b26d0230be7a6c616243daae93337a8711dd5d4119bb6a0e516fa8
-SIZE (discid-1.1.0.tar.gz) = 31160
+TIMESTAMP = 1485774952
+SHA256 (discid-1.1.1.tar.gz) = 78a3bf6c8377fdbe3d85e914a209ff97aa43e35605779639847b510ced31f7b9
+SIZE (discid-1.1.1.tar.gz) = 30982

Modified: head/audio/py-discid/pkg-descr
==============================================================================
--- head/audio/py-discid/pkg-descr	Mon Jan 30 11:37:16 2017	(r432836)
+++ head/audio/py-discid/pkg-descr	Mon Jan 30 11:51:37 2017	(r432837)
@@ -1,3 +1,3 @@
 Python bindings for the libdiscid CD-lookup library.
 
-WWW: https://github.com/JonnyJD/python-discid
+WWW: https://python-discid.readthedocs.io/en/latest/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701301151.v0UBpbas040625>