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
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462283
2 changed files with 6 additions and 0 deletions

View file

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

View file

@ -12,6 +12,9 @@ COMMENT= File type identification using libmagic
LICENSE= MIT LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE
# both install module as magic.py
CONFLICTS= ${PYTHON_PKGNAMEPREFIX}magic-*
USES= python USES= python
USE_GITHUB= yes USE_GITHUB= yes
USE_PYTHON= autoplist distutils USE_PYTHON= autoplist distutils