www/py-django-tagging: 0.4.1 -> 0.4.3
- Add missing migration for ``on_delete`` - Fix tag weight - Reduce warnings for recent versions of Django PR: 209608 Submitted by: Kevin Golding <ports@caomhin.org> (maintainer)
This commit is contained in:
parent
c669426320
commit
fc6c54b575
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415760
@ -2,20 +2,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-tagging
|
||||
PORTVERSION= 0.4.1
|
||||
PORTVERSION= 0.4.3
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
NO_ARCH= yes
|
||||
|
||||
MAINTAINER= ports@caomhin.org
|
||||
COMMENT= Generic tagging application for Django
|
||||
|
||||
LICENSE= BSD3CLAUSE MIT
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE= ${WORKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (django-tagging-0.4.1.tar.gz) = 35802daf35f90aa022d59f7d7d485c719c29c4efbde1bf966d44017e1e64602b
|
||||
SIZE (django-tagging-0.4.1.tar.gz) = 44260
|
||||
TIMESTAMP = 1463565997
|
||||
SHA256 (django-tagging-0.4.3.tar.gz) = 1a76384bb94cb8b7d2defe252d34c32ab18c4fca516c84da78579a5bef572718
|
||||
SIZE (django-tagging-0.4.3.tar.gz) = 45026
|
||||
|
Loading…
Reference in New Issue
Block a user