devel/py-mimeparse: update to 0.1.4
- Update to 0.1.4 (Newer upstream) - Use auto plist
This commit is contained in:
parent
9bccbedc2c
commit
cb5c16af37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335610
3 changed files with 7 additions and 7 deletions
|
@ -2,15 +2,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mimeparse
|
||||
PORTVERSION= 0.1.3
|
||||
PORTVERSION= 0.1.4
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= wg@FreeBSD.org
|
||||
COMMENT= Basic functions for handling mime-types in Python
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
PYDISTUTILS_EGGINFO= python_mimeparse-${PORTVERSION}-py${PYTHON_VER}.egg-info
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (mimeparse-0.1.3.tar.gz) = 534ff6feefe1cd03984f444e6415aacc79c0a85f3b868ec41a2fd5003004c31e
|
||||
SIZE (mimeparse-0.1.3.tar.gz) = 4423
|
||||
SHA256 (python-mimeparse-0.1.4.tar.gz) = 3c69a21e37e77f754e6fc09ebda70acd92c90d8a58f29a41cc0248351378ddc3
|
||||
SIZE (python-mimeparse-0.1.4.tar.gz) = 5228
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
%%PYTHON_SITELIBDIR%%/mimeparse.pyc
|
||||
%%PYTHON_SITELIBDIR%%/mimeparse.py
|
||||
%%PYTHON_SITELIBDIR%%/mimeparse.pyo
|
Loading…
Reference in a new issue