Register CONFLICTS

PR:		224593
Submitted by:	Shane <FreeBSD@ShaneWare.Biz>
Approved by:	koobs (maintainer, py-python-magic)
MFH:		2018Q1
This commit is contained in:
Li-Wen Hsu
2018-02-19 07:46:26 +00:00
parent 7d2502e316
commit f16e9da3a0
2 changed files with 6 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ COMMENT= Python module for determining file type
LICENSE= BSD2CLAUSE
# both install module as magic.py
CONFLICTS= ${PYTHON_PKGNAMEPREFIX}python-magic-*
USES= python
USE_PYTHON= distutils autoplist

View File

@@ -12,6 +12,9 @@ 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_PYTHON= autoplist distutils