www/py-django-netfields: Update to 1.3.0
* Remove no longer required patch. Changelog: https://github.com/jimfunk/django-postgresql-netfields/blob/v1.3.0/CHANGELOG
This commit is contained in:
parent
5935e45f5b
commit
faed9817ec
3 changed files with 4 additions and 19 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= django-netfields
|
||||
DISTVERSION= 1.2.4
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.3.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1633252744
|
||||
SHA256 (django-netfields-1.2.4.tar.gz) = f76d18274526957ab487b5544c0135f0c9faa4bb1f78f192c12ea4d9955f944b
|
||||
SIZE (django-netfields-1.2.4.tar.gz) = 20632
|
||||
TIMESTAMP = 1651677412
|
||||
SHA256 (django-netfields-1.3.0.tar.gz) = 39171bad19870269732dd5b7988594135f6b97b31e9e963f6740101756034d88
|
||||
SIZE (django-netfields-1.3.0.tar.gz) = 34346
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
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 a new issue