freebsd-ports/www/py-django-sortedm2m/Makefile
Kai Knoblich ab5375ca8e www/py-django-sortedm2m: Update to 3.1.1
* Switch back to PyPI as it's the preferred location and the sdist is
  available there again.

Changelog since 3.0.2

https://github.com/jazzband/django-sortedm2m/compare/3.0.2...3.1.1

PR:		261345
Approved by:	Kevin Golding (maintainer)
2022-01-21 20:00:59 +01:00

22 lines
496 B
Makefile

# Created by: Kevin Golding <ports@caomhin.org>
PORTNAME= django-sortedm2m
PORTVERSION= 3.1.1
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MASTER_SITES= CHEESESHOP
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>=2.2:www/py-django22@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>