mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Register CONFLICTS
PR: 224593 Submitted by: Shane <FreeBSD@ShaneWare.Biz> Approved by: koobs (maintainer, py-python-magic) MFH: 2018Q1
This commit is contained in:
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
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue