mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
www/py-django-netfields: Update to 1.2.4
* Also assume maintainership. Changelog since 1.2.2: https://github.com/jimfunk/django-postgresql-netfields/blob/v1.2.4/CHANGELOG PR: 258461 Approved by: maintainer timeout (+14 days) MFH: 2021Q4
This commit is contained in:
parent
c116a58456
commit
deddeae48f
@ -1,10 +1,10 @@
|
||||
PORTNAME= django-netfields
|
||||
DISTVERSION= 1.2.2
|
||||
DISTVERSION= 1.2.4
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= alfred@FreeBSD.org
|
||||
MAINTAINER= kai@FreeBSD.org
|
||||
COMMENT= Django PostgreSQL netfields implementation
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1585640704
|
||||
SHA256 (django-netfields-1.2.2.tar.gz) = fac4ffc01532f048a336f3583399ca7e1faf18b0cb815ec843185455f25787b0
|
||||
SIZE (django-netfields-1.2.2.tar.gz) = 19275
|
||||
TIMESTAMP = 1633252744
|
||||
SHA256 (django-netfields-1.2.4.tar.gz) = f76d18274526957ab487b5544c0135f0c9faa4bb1f78f192c12ea4d9955f944b
|
||||
SIZE (django-netfields-1.2.4.tar.gz) = 20632
|
||||
|
14
www/py-django-netfields/files/patch-setup.py
Normal file
14
www/py-django-netfields/files/patch-setup.py
Normal file
@ -0,0 +1,14 @@
|
||||
Avoid the installation of the test suite in the top-level directory
|
||||
of ${PYTHON_SITELIBDIR}.
|
||||
|
||||
--- setup.py.orig 2021-09-12 11:44:16 UTC
|
||||
+++ setup.py
|
||||
@@ -33,7 +33,7 @@ setup(
|
||||
author=u'James Oakley',
|
||||
author_email='jfunk@funktronics.ca',
|
||||
|
||||
- packages=find_packages(),
|
||||
+ packages=find_packages(exclude=['test*']),
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
install_requires=requirements,
|
Loading…
Reference in New Issue
Block a user