From fa8d67d2780244dfd7ae4ce66c0a897dc4c362a0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 16 Nov 2024 09:26:55 -0500 Subject: [PATCH] python3-gitchangelog: remove package This package appears unmaintained and depends on the unmaintained python3-pystache, which is incompatible with Python 3.13. --- .../patches/setup.cfg.patch | 25 ------------------- .../patches/setup.py.patch | 25 ------------------- srcpkgs/python3-gitchangelog/template | 17 ------------- srcpkgs/removed-packages/template | 1 + 4 files changed, 1 insertion(+), 67 deletions(-) delete mode 100644 srcpkgs/python3-gitchangelog/patches/setup.cfg.patch delete mode 100644 srcpkgs/python3-gitchangelog/patches/setup.py.patch delete mode 100644 srcpkgs/python3-gitchangelog/template diff --git a/srcpkgs/python3-gitchangelog/patches/setup.cfg.patch b/srcpkgs/python3-gitchangelog/patches/setup.cfg.patch deleted file mode 100644 index 8663e69a0e2..00000000000 --- a/srcpkgs/python3-gitchangelog/patches/setup.cfg.patch +++ /dev/null @@ -1,25 +0,0 @@ -Make sure that setuptools_scm actually installs the module and entrypoint. - ---- a/setup.cfg 2021-01-28 10:10:54.291152917 -0500 -+++ b/setup.cfg 2021-01-28 10:13:12.191007896 -0500 -@@ -61,3 +61,20 @@ - tag_date = 0 - tag_svn_revision = 0 - -+[options] -+packages = -+ gitchangelog -+package_dir = -+ =src -+setup_requires = -+ setuptools -+ setuptools-scm -+ -+[options.entry_points] -+console_scripts = -+ gitchangelog = gitchangelog.gitchangelog:main -+ -+[options.package_data] -+gitchangelog = -+ gitchangelog.rc.* -+ templates/**/* diff --git a/srcpkgs/python3-gitchangelog/patches/setup.py.patch b/srcpkgs/python3-gitchangelog/patches/setup.py.patch deleted file mode 100644 index 23c261a1fbd..00000000000 --- a/srcpkgs/python3-gitchangelog/patches/setup.py.patch +++ /dev/null @@ -1,25 +0,0 @@ -The d2to1 package is defunct and not offered by Void; roughly equivalent -functionality is provided by setuptools_scm, which is provided by Void. Drop -the special d2to1 setup call to allow setuptools_scm to work properly. - ---- a/setup.py 2021-01-28 10:00:20.165871918 -0500 -+++ b/setup.py 2021-01-28 10:01:07.760817952 -0500 -@@ -58,17 +58,4 @@ - ## Normal d2to1 setup - ## - --setup( -- setup_requires=['d2to1'], -- extras_require={ -- 'Mustache': ["pystache", ], -- 'Mako': ["mako", ], -- 'test': [ -- "nose", -- "minimock", -- "mako", -- "pystache", -- ], -- }, -- d2to1=True --) -+setup(use_scm_version=True) diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template deleted file mode 100644 index a4573fd372f..00000000000 --- a/srcpkgs/python3-gitchangelog/template +++ /dev/null @@ -1,17 +0,0 @@ -# Template file for 'python3-gitchangelog' -pkgname=python3-gitchangelog -version=3.0.4 -revision=7 -build_style=python3-module -hostmakedepends="python3-setuptools_scm" -depends="python3-pystache python3-Mako" -short_desc="Creates a changelog from git log history" -maintainer="Orphaned " -license="BSD-3-Clause" -homepage="https://github.com/vaab/gitchangelog" -distfiles="${PYPI_SITE}/g/gitchangelog/gitchangelog-${version}.tar.gz" -checksum=3d8d6a730450fbd5b0a9bc58d0dd3e269c967d7eb4fece0c5cff4372a3f77421 - -post_install() { - vlicense LICENSE -} diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template index 4176616eedc..49748989212 100644 --- a/srcpkgs/removed-packages/template +++ b/srcpkgs/removed-packages/template @@ -721,6 +721,7 @@ replaces=" python3-changelogs<=0.15.0_4 python3-docker-pycreds<=0.4.0_4 python3-eliot<=1.12.0_5 + python3-gitchangelog<=3.0.4_7 python3-grako<=3.99.9_7 python3-idna-ssl<=1.1.0_3 python3-jaraco<=1.0_4