py-djangocms-googlemap: updated to 2.2.0
2.2.0 fix: Add django 4.2 migrations
This commit is contained in:
parent
b14494f0ad
commit
dedf58d9d9
3 changed files with 19 additions and 15 deletions
|
@ -1,15 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.10 2023/10/10 16:52:30 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2023/12/07 17:51:49 adam Exp $
|
||||
|
||||
DISTNAME= djangocms-googlemap-2.1.1
|
||||
DISTNAME= djangocms-googlemap-2.2.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=d/djangocms-googlemap/}
|
||||
|
||||
MAINTAINER= adam@NetBSD.org
|
||||
HOMEPAGE= https://github.com/divio/djangocms-googlemap
|
||||
HOMEPAGE= https://github.com/django-cms/djangocms-googlemap
|
||||
COMMENT= Google Maps plugin for django CMS
|
||||
LICENSE= modified-bsd
|
||||
|
||||
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
|
||||
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
|
||||
DEPENDS+= ${PYPKGPREFIX}-django-cms>=3.7:../../www/py-django-cms
|
||||
DEPENDS+= ${PYPKGPREFIX}-django-filer>=1.7:../../www/py-django-filer
|
||||
DEPENDS+= ${PYPKGPREFIX}-django-treebeard>=4.3:../../www/py-django-treebeard
|
||||
|
@ -18,5 +20,5 @@ USE_LANGUAGES= # none
|
|||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../lang/python/wheel.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2023/10/10 16:52:30 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
@comment $NetBSD: PLIST,v 1.6 2023/12/07 17:51:49 adam Exp $
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/djangocms_googlemap/__init__.py
|
||||
${PYSITELIB}/djangocms_googlemap/__init__.pyc
|
||||
${PYSITELIB}/djangocms_googlemap/__init__.pyo
|
||||
|
@ -192,6 +191,9 @@ ${PYSITELIB}/djangocms_googlemap/migrations/0010_auto_20190718_1021.pyo
|
|||
${PYSITELIB}/djangocms_googlemap/migrations/0011_googlemap_map_id.py
|
||||
${PYSITELIB}/djangocms_googlemap/migrations/0011_googlemap_map_id.pyc
|
||||
${PYSITELIB}/djangocms_googlemap/migrations/0011_googlemap_map_id.pyo
|
||||
${PYSITELIB}/djangocms_googlemap/migrations/0012_alter_googlemap_cmsplugin_ptr_and_more.py
|
||||
${PYSITELIB}/djangocms_googlemap/migrations/0012_alter_googlemap_cmsplugin_ptr_and_more.pyc
|
||||
${PYSITELIB}/djangocms_googlemap/migrations/0012_alter_googlemap_cmsplugin_ptr_and_more.pyo
|
||||
${PYSITELIB}/djangocms_googlemap/migrations/__init__.py
|
||||
${PYSITELIB}/djangocms_googlemap/migrations/__init__.pyc
|
||||
${PYSITELIB}/djangocms_googlemap/migrations/__init__.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.9 2023/10/10 16:52:30 adam Exp $
|
||||
$NetBSD: distinfo,v 1.10 2023/12/07 17:51:49 adam Exp $
|
||||
|
||||
BLAKE2s (djangocms-googlemap-2.1.1.tar.gz) = c01ff95b65bac09d163d8f257533c9cf00d65517594b5078521b5c08ae018e3f
|
||||
SHA512 (djangocms-googlemap-2.1.1.tar.gz) = 620ebd703563a61bf22755cf697ba3b559675c85a8ded9683223ab893232588e2f30f1ebf36683efc7b7a0cfdd40c0ef5ef5294661c846593433d95c7408db97
|
||||
Size (djangocms-googlemap-2.1.1.tar.gz) = 47547 bytes
|
||||
BLAKE2s (djangocms-googlemap-2.2.0.tar.gz) = 114ce436b44531a36aab25ba79525f7728033195c94aeae2aa3b1e6f158666e8
|
||||
SHA512 (djangocms-googlemap-2.2.0.tar.gz) = 7a78a1f1df8ecf34c670c9223828d2cdaac9e02a5c2f8863df35d78e9c6790b91c90e22173196d0aaff73dad88116add00e42e2d65bc6c9fcd1f8e550853a91b
|
||||
Size (djangocms-googlemap-2.2.0.tar.gz) = 47867 bytes
|
||||
SHA1 (patch-setup.py) = 5631118861ed2eccd89495932b45e591232a4330
|
||||
|
|
Loading…
Reference in a new issue