pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-djangocms-attributes-field



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jan 16 09:26:26 UTC 2021

Modified Files:
        pkgsrc/www/py-djangocms-attributes-field: Makefile distinfo
Added Files:
        pkgsrc/www/py-djangocms-attributes-field/patches: patch-setup.py

Log Message:
py-djangocms-attributes-field: updated to 2.0.0

2.0.0
Added support for Django 3.1
Dropped support for Python 2.7 and Python 3.4
Dropped support for Django < 2.2


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-djangocms-attributes-field/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-djangocms-attributes-field/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/www/py-djangocms-attributes-field/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-djangocms-attributes-field/Makefile
diff -u pkgsrc/www/py-djangocms-attributes-field/Makefile:1.4 pkgsrc/www/py-djangocms-attributes-field/Makefile:1.5
--- pkgsrc/www/py-djangocms-attributes-field/Makefile:1.4       Wed Feb 19 09:52:38 2020
+++ pkgsrc/www/py-djangocms-attributes-field/Makefile   Sat Jan 16 09:26:26 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/02/19 09:52:38 adam Exp $
+# $NetBSD: Makefile,v 1.5 2021/01/16 09:26:26 adam Exp $
 
-DISTNAME=      djangocms-attributes-field-1.2.0
+DISTNAME=      djangocms-attributes-field-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/djangocms-attributes-field/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/divio/djang
 COMMENT=       Implementation of JSONField for arbitrary HTML element attributes
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-django-cms>=3.4.5:../../www/py-django-cms
+DEPENDS+=      ${PYPKGPREFIX}-django-cms>=3.7:../../www/py-django-cms
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-djangocms-attributes-field/distinfo
diff -u pkgsrc/www/py-djangocms-attributes-field/distinfo:1.3 pkgsrc/www/py-djangocms-attributes-field/distinfo:1.4
--- pkgsrc/www/py-djangocms-attributes-field/distinfo:1.3       Wed Feb 19 09:52:38 2020
+++ pkgsrc/www/py-djangocms-attributes-field/distinfo   Sat Jan 16 09:26:26 2021
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2020/02/19 09:52:38 adam Exp $
+$NetBSD: distinfo,v 1.4 2021/01/16 09:26:26 adam Exp $
 
-SHA1 (djangocms-attributes-field-1.2.0.tar.gz) = 0c552d212e78be548786482f73981d8368af3a82
-RMD160 (djangocms-attributes-field-1.2.0.tar.gz) = 6613335cf20220de84364ec8eb44f0645192f449
-SHA512 (djangocms-attributes-field-1.2.0.tar.gz) = ad455fa8c32e6e3ef213e390222afac49defb59f671d21bc92d06d1d36dfb12bf8dda42b090ec4c01672c4d660d38571446ccadc0223db648af0e3c453bb9214
-Size (djangocms-attributes-field-1.2.0.tar.gz) = 10731 bytes
+SHA1 (djangocms-attributes-field-2.0.0.tar.gz) = c3fc2a6d363efe4481a4b31225c731ca2786eb39
+RMD160 (djangocms-attributes-field-2.0.0.tar.gz) = f50112ea90c227477d09cd1a1744cc2f0646b0ec
+SHA512 (djangocms-attributes-field-2.0.0.tar.gz) = 7c52eee79b0bac11919f66bc805f81be21af822fff6a0d6dfc587f307e100839dbb788bf1333d79383eb3acebfcb7f260c682fee031ebc7490568dd5d1099bc9
+Size (djangocms-attributes-field-2.0.0.tar.gz) = 14989 bytes
+SHA1 (patch-setup.py) = 2bec87237bc27548a8ce699b2ad687b1d7d04f99

Added files:

Index: pkgsrc/www/py-djangocms-attributes-field/patches/patch-setup.py
diff -u /dev/null pkgsrc/www/py-djangocms-attributes-field/patches/patch-setup.py:1.1
--- /dev/null   Sat Jan 16 09:26:26 2021
+++ pkgsrc/www/py-djangocms-attributes-field/patches/patch-setup.py     Sat Jan 16 09:26:26 2021
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.1 2021/01/16 09:26:26 adam Exp $
+
+Do not install tests.
+
+--- setup.py.orig      2021-01-16 09:14:23.000000000 +0000
++++ setup.py
+@@ -44,7 +44,7 @@ setup(
+     license='BSD-3-Clause',
+     description='Adds attributes to Django models.',
+     long_description=open('README.rst').read(),
+-    packages=find_packages(),
++    packages=find_packages(exclude=['tests*']),
+     include_package_data=True,
+     zip_safe=False,
+     install_requires=REQUIREMENTS,



Home | Main Index | Thread Index | Old Index