View | Details | Raw Unified | Return to bug 246171
Collapse All | Expand All

(-)www/py-django-solo/Makefile (-5 / +8 lines)
Lines 1-9 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	django-solo
3
PORTNAME=	django-solo
4
PORTVERSION=	1.1.3
4
DISTVERSION=	1.1.3-8
5
DISTVERSIONSUFFIX=	-g3dcd6ab
5
CATEGORIES=	www python
6
CATEGORIES=	www python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
8
9
MAINTAINER=	rozhuk.im@gmail.com
9
MAINTAINER=	rozhuk.im@gmail.com
Lines 12-21 Link Here
12
LICENSE=	CC-BY-3.0
12
LICENSE=	CC-BY-3.0
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>1.6:www/py-django111@${PY_FLAVOR}
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=1.6:www/py-django22@${PY_FLAVOR}
16
16
17
NO_ARCH=	yes
17
USES=		python:3.5+
18
USES=		python
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	lazybird
19
USE_PYTHON=	autoplist distutils
20
USE_PYTHON=	autoplist distutils
20
21
22
NO_ARCH=	yes
23
21
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)www/py-django-solo/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1520521729
1
TIMESTAMP = 1588581635
2
SHA256 (django-solo-1.1.3.tar.gz) = b1206b9a9411b19a4354f7d7d245909a9ea7e9cd566b594363b5adce7dc13e5d
2
SHA256 (lazybird-django-solo-1.1.3-8-g3dcd6ab_GH0.tar.gz) = a8de4db34f73241e21dbe202ece98cf577f29342d0ba9f65c079c4d2f69edd1c
3
SIZE (django-solo-1.1.3.tar.gz) = 8865
3
SIZE (lazybird-django-solo-1.1.3-8-g3dcd6ab_GH0.tar.gz) = 106301
(-)www/py-django-solo/files/patch-setup.py (+11 lines)
Line 0 Link Here
1
Import internal "os" module to avoid errors during configuration phase.
2
3
--- setup.py.orig	2020-05-04 08:55:04 UTC
4
+++ setup.py
5
@@ -1,5 +1,6 @@
6
 from setuptools import setup, find_packages
7
 
8
+import os
9
 import solo
10
 
11
 README = os.path.join(os.path.dirname(__file__), 'README.rst')
(-)www/py-django-solo/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Helps working with singletons - things like global settings that you
1
Helps working with singletons - things like global settings that you
2
want to edit from the admin site.
2
want to edit from the admin site.
3
3
4
WWW: https://github.com/lazybird/django-solo/
4
WWW: https://github.com/lazybird/django-solo

Return to bug 246171