mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
88630fdbf6
* Update both ports at once because www/py-django-photologue requires www/py-django-sortedm2m in version 3.0.0 or later. Also assign them to Django 2.2 (current LTS release) as Django 1.11 is End-of-Life. * www/py-django-photologue: Remove an obsolete patch that was required to fix build isses with newer versions of devel/py-pip . * www/py-django-sortedm2m: Switch to GitHub for a while as no sdist is available at PyPI. * Sort variables a bit according to the PHB. Changelogs: https://github.com/richardbarran/django-photologue/blob/3.11/CHANGELOG.txt https://github.com/jazzband/django-sortedm2m/blob/3.0.0/CHANGES.rst PR: 245359 Approved by: Kevin Golding <ports@caomhin.org> (maintainer)
25 lines
521 B
Makefile
25 lines
521 B
Makefile
# Created by: Kevin Golding <ports@caomhin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= django-sortedm2m
|
|
PORTVERSION= 3.0.0
|
|
CATEGORIES= www python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@caomhin.org
|
|
COMMENT= Replacement for Django's many to many field #'
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jazzband
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|