www/py-django-mptt: Update to 0.11.0
* Also assign the port to Django 2.2 because Django 1.11 is End-of-Life since April. * Remove superfluous USES=gettext because gettext is already pulled in by Python itself (via the NLS option). Although the package contains some localized .po files, Django needs Python's gettext API to work with those files. * Clean up CONFLICTS_INSTALL as www/py-dj21-django-mptt no longer exists in the Ports tree. Changelog: https://github.com/django-mptt/django-mptt/compare/0.9.1...0.11.0 PR: 245472 Approved by: maintainer timeout (14 days)
This commit is contained in:
parent
17af7c8bfc
commit
9d79f0ad20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532683
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-mptt
|
||||
PORTVERSION= 0.9.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.11.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -17,12 +16,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR}\
|
||||
${PYTHON_PKGNAMEPREFIX}django-js-asset>0:www/py-django-js-asset@${PY_FLAVOR}
|
||||
|
||||
USES= gettext python:3.5+
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-happenings \
|
||||
${PYTHON_PKGNAMEPREFIX}dj21-django-mptt \
|
||||
${PYTHON_PKGNAMEPREFIX}dj22-django-mptt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1533818904
|
||||
SHA256 (django-mptt-0.9.1.tar.gz) = 689a04cce0981671d6061a9928c33a16b47abb0d4cd43cf7dec31ae284fdae9d
|
||||
SIZE (django-mptt-0.9.1.tar.gz) = 95615
|
||||
TIMESTAMP = 1586258697
|
||||
SHA256 (django-mptt-0.11.0.tar.gz) = dfdb3af75ad27cdd4458b0544ec8574174f2b90f99bc2cafab6a15b4bc1895a8
|
||||
SIZE (django-mptt-0.11.0.tar.gz) = 98300
|
||||
|
Loading…
Reference in New Issue
Block a user