mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
python3-constantly: update to 23.10.4.
This commit is contained in:
parent
9f045df144
commit
54650ae518
2 changed files with 5 additions and 18 deletions
|
@ -1,14 +0,0 @@
|
|||
--- a/versioneer.py
|
||||
+++ b/versioneer.py
|
||||
@@ -396,9 +396,9 @@
|
||||
# configparser.NoOptionError (if it lacks "VCS="). See the docstring at
|
||||
# the top of versioneer.py for instructions on writing your setup.cfg .
|
||||
setup_cfg = os.path.join(root, "setup.cfg")
|
||||
- parser = configparser.SafeConfigParser()
|
||||
+ parser = configparser.ConfigParser()
|
||||
with open(setup_cfg, "r") as f:
|
||||
- parser.readfp(f)
|
||||
+ parser.read_file(f)
|
||||
VCS = parser.get("versioneer", "VCS") # mandatory
|
||||
|
||||
def get(parser, name):
|
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'python3-constantly'
|
||||
pkgname=python3-constantly
|
||||
version=15.1.0
|
||||
revision=8
|
||||
version=23.10.4
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
hostmakedepends="python3-setuptools python3-versioneer"
|
||||
depends="python3"
|
||||
checkdepends="python3-Twisted"
|
||||
short_desc="Symbolic constants in Python (Python3)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/twisted/constantly"
|
||||
distfiles="${PYPI_SITE}/c/constantly/constantly-${version}.tar.gz"
|
||||
checksum=586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba59146dfc35
|
||||
checksum=aa92b70a33e2ac0bb33cd745eb61776594dc48764b06c35e0efd050b7f1c7cbd
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue