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

(-)www/Makefile (+1 lines)
Lines 1477-1482 Link Here
1477
    SUBDIR += py-django-classy-tags
1477
    SUBDIR += py-django-classy-tags
1478
    SUBDIR += py-django-cms
1478
    SUBDIR += py-django-cms
1479
    SUBDIR += py-django-common-helpers
1479
    SUBDIR += py-django-common-helpers
1480
    SUBDIR += py-django-compat
1480
    SUBDIR += py-django-configurations
1481
    SUBDIR += py-django-configurations
1481
    SUBDIR += py-django-constance
1482
    SUBDIR += py-django-constance
1482
    SUBDIR += py-django-contact-form
1483
    SUBDIR += py-django-contact-form
(-)www/py-django-compat/Makefile (+23 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	django-compat
4
PORTVERSION=	1.0.15
5
CATEGORIES=	www python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	ports@caomhin.org
10
COMMENT=	For- and backwards compatibility layer for different Django versions
11
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=1.4:www/py-django22@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
17
18
USES=		python:3.5+
19
USE_PYTHON=	distutils autoplist
20
21
NO_ARCH=	yes
22
23
.include <bsd.port.mk>
(-)www/py-django-compat/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1590387237
2
SHA256 (django-compat-1.0.15.tar.gz) = 3ac9a3bedc56b9365d9eb241bc5157d0c193769bf995f9a78dc1bc24e7c2331b
3
SIZE (django-compat-1.0.15.tar.gz) = 21980
(-)www/py-django-compat/pkg-descr (+9 lines)
Line 0 Link Here
1
Forward and backwards compatibility layer for different Django versions.
2
3
Reasons to use django-compat:
4
5
* Be able to use LTS versions of Django and support newer versions in an app
6
* Use features from newer Django versions in an old one
7
* Manage and master the gap between different framework versions
8
9
WWW: https://github.com/arteria/django-compat
(-)www/py-django-hijack/Makefile (-3 / +5 lines)
Lines 3-21 Link Here
3
3
4
PORTNAME=	django-hijack
4
PORTNAME=	django-hijack
5
PORTVERSION=	2.1.10
5
PORTVERSION=	2.1.10
6
PORTREVISION=	1
6
CATEGORIES=	www python
7
CATEGORIES=	www python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
10
MAINTAINER=	ports@caomhin.org
11
MAINTAINER=	ports@caomhin.org
11
COMMENT=	Allows DJango superusers to login as other users
12
COMMENT=	Allows Django superusers to login as other users
12
13
13
LICENSE=	MIT
14
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
15
16
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${PY_FLAVOR}
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>0:www/py-django22@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}django-compat>=1.0.14:www/py-django-compat@${PY_FLAVOR}
17
19
18
USES=		python
20
USES=		python:3.5+
19
USE_PYTHON=	distutils autoplist
21
USE_PYTHON=	distutils autoplist
20
22
21
NO_ARCH=	yes
23
NO_ARCH=	yes

Return to bug 246716