svn commit: r499441 - head/devel/py-python-magic
Kubilay Kocak
koobs at FreeBSD.org
Sat Apr 20 13:11:43 UTC 2019
Author: koobs
Date: Sat Apr 20 13:11:41 2019
New Revision: 499441
URL: https://svnweb.freebsd.org/changeset/ports/499441
Log:
devel/py-python-magic: Update to 0.4.15
- Add USE_GITHUB comment (missing test data files)
There are a number of test failures that are a consequence of slight differences
between platform magic implementations and/or databases. Two have been reported
upstream [1][2] and will be resolved in a subsequent release.
[1] https://github.com/ahupp/python-magic/issues/173
[2] https://github.com/ahupp/python-magic/issues/96
PR: 234600
Submitted by: Gilbert Morgan <gmm tutanota com>
Modified:
head/devel/py-python-magic/Makefile
head/devel/py-python-magic/distinfo
Modified: head/devel/py-python-magic/Makefile
==============================================================================
--- head/devel/py-python-magic/Makefile Sat Apr 20 12:05:48 2019 (r499440)
+++ head/devel/py-python-magic/Makefile Sat Apr 20 13:11:41 2019 (r499441)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= python-magic
-PORTVERSION= 0.4.10
+PORTVERSION= 0.4.15
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,15 +12,14 @@ COMMENT= File type identification using libmagic
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-# both install module as magic.py
-CONFLICTS= ${PYTHON_PKGNAMEPREFIX}magic-*
-
USES= python
-USE_GITHUB= yes
+USE_GITHUB= yes # missing test data files
USE_PYTHON= autoplist distutils
GH_ACCOUNT= ahupp
-GH_TAGNAME= 6e3322
+
+# both install module as magic.py
+CONFLICTS= ${PYTHON_PKGNAMEPREFIX}magic-*
NO_ARCH= yes
Modified: head/devel/py-python-magic/distinfo
==============================================================================
--- head/devel/py-python-magic/distinfo Sat Apr 20 12:05:48 2019 (r499440)
+++ head/devel/py-python-magic/distinfo Sat Apr 20 13:11:41 2019 (r499441)
@@ -1,2 +1,3 @@
-SHA256 (ahupp-python-magic-0.4.10-6e3322_GH0.tar.gz) = 966d4069734d4c4f30adaac794b0d39759890a7eda75651961fe20c1f25aa802
-SIZE (ahupp-python-magic-0.4.10-6e3322_GH0.tar.gz) = 133525
+TIMESTAMP = 1555764350
+SHA256 (ahupp-python-magic-0.4.15_GH0.tar.gz) = 6d730389249ab1e34ffb0a3c5beaa44e116687ffa081e0176dab6c59ff271593
+SIZE (ahupp-python-magic-0.4.15_GH0.tar.gz) = 75476
More information about the svn-ports-head
mailing list