www/py-django-solo: Update to 2.2.0
* Switch back to PyPI as the sdist is available there. GH was used as
a temporary solution in a16febdfdb
to get some fixes for Django 2.2.
Changelog since 2.0.0:
https://github.com/lazybird/django-solo/blob/2.2.0/CHANGES
PR: 276328
Approved by: Ivan Rozhuk (maintainer)
This commit is contained in:
parent
b60a89a503
commit
f7d09c1627
2 changed files with 6 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= django-solo
|
||||
DISTVERSION= 2.0.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.2.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= rozhuk.im@gmail.com
|
||||
|
@ -11,11 +11,9 @@ WWW= https://github.com/lazybird/django-solo
|
|||
LICENSE= CC-BY-3.0
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.6:www/py-django32@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= lazybird
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1641916923
|
||||
SHA256 (lazybird-django-solo-2.0.0_GH0.tar.gz) = dc11a05ed3f4723de7afa320c3656b7a85a5df557aeae3f62ec3fccf7c84d6b5
|
||||
SIZE (lazybird-django-solo-2.0.0_GH0.tar.gz) = 109074
|
||||
TIMESTAMP = 1705243364
|
||||
SHA256 (django-solo-2.2.0.tar.gz) = 056a280816097b144c24129125b6d98a568e8e48c30402a16ce324ce2eb61237
|
||||
SIZE (django-solo-2.2.0.tar.gz) = 12443
|
||||
|
|
Loading…
Reference in a new issue