python3-gitchangelog: remove package
This package appears unmaintained and depends on the unmaintained python3-pystache, which is incompatible with Python 3.13.
This commit is contained in:
parent
b8cf47a62c
commit
fa8d67d278
|
@ -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/**/*
|
|
@ -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)
|
|
@ -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 <orphan@voidlinux.org>"
|
||||
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
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue