mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
www/py-django-solo: Update to 2.0.0
PR: 261121
This commit is contained in:
parent
249b255236
commit
d2b46d98fe
3 changed files with 5 additions and 17 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= django-solo
|
||||
DISTVERSION= 1.1.3-8
|
||||
DISTVERSIONSUFFIX= -g3dcd6ab
|
||||
DISTVERSION= 2.0.0
|
||||
CATEGORIES= www python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -12,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.6:www/py-django22@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
USES= python:3.6+
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= lazybird
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1588581635
|
||||
SHA256 (lazybird-django-solo-1.1.3-8-g3dcd6ab_GH0.tar.gz) = a8de4db34f73241e21dbe202ece98cf577f29342d0ba9f65c079c4d2f69edd1c
|
||||
SIZE (lazybird-django-solo-1.1.3-8-g3dcd6ab_GH0.tar.gz) = 106301
|
||||
TIMESTAMP = 1641916923
|
||||
SHA256 (lazybird-django-solo-2.0.0_GH0.tar.gz) = dc11a05ed3f4723de7afa320c3656b7a85a5df557aeae3f62ec3fccf7c84d6b5
|
||||
SIZE (lazybird-django-solo-2.0.0_GH0.tar.gz) = 109074
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
Import internal "os" module to avoid errors during configuration phase.
|
||||
|
||||
--- setup.py.orig 2020-05-04 08:55:04 UTC
|
||||
+++ setup.py
|
||||
@@ -1,5 +1,6 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
+import os
|
||||
import solo
|
||||
|
||||
README = os.path.join(os.path.dirname(__file__), 'README.rst')
|
Loading…
Add table
Reference in a new issue