Update to 2.0.2
- Add NO_ARCH Changes: https://github.com/django-polymorphic/django-polymorphic/blob/master/docs/changelog.rst PR: 228126 Submitted by: Kai <freebsd_ports@k-worx.org> Approved by: Kevin Golding <ports@caomhin.org> (maintainer)
This commit is contained in:
parent
925063769b
commit
6a41488dee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469670
2 changed files with 7 additions and 5 deletions
|
@ -2,10 +2,11 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django_polymorphic
|
||||
PORTVERSION= 0.9.2
|
||||
PORTVERSION= 2.0.2
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= django-polymorphic-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@caomhin.org
|
||||
COMMENT= Seamless Polymorphic Inheritance for Django Models
|
||||
|
@ -13,9 +14,10 @@ COMMENT= Seamless Polymorphic Inheritance for Django Models
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1471029556
|
||||
SHA256 (django_polymorphic-0.9.2.tar.gz) = fd8e88ed6b01b038fedf8eb63392f29a158143b36bde71424e194cbc382a447c
|
||||
SIZE (django_polymorphic-0.9.2.tar.gz) = 39400
|
||||
TIMESTAMP = 1525981921
|
||||
SHA256 (django-polymorphic-2.0.2.tar.gz) = e1821d7b5874509a158a0f22bebf544330e0944c481c5a3e6da6cac8887e4e88
|
||||
SIZE (django-polymorphic-2.0.2.tar.gz) = 99541
|
||||
|
|
Loading…
Reference in a new issue