package/python-versioneer: new package

Used with the latest version of python-constantly. It is only needed as a
host package.

Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
Adam Duskett 2023-11-10 08:58:21 -07:00 committed by Arnout Vandecappelle
parent 80adc6bee2
commit 53931943eb
3 changed files with 20 additions and 0 deletions

View File

@ -38,6 +38,7 @@ F: package/flutter-gallery/
F: package/flutter-pi/
F: package/flutter-sdk-bin/
F: package/python-kmod/
F: package/python-versioneer/
F: support/testing/tests/package/test_firewalld.py
F: support/testing/tests/package/test_flutter.py

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/versioneer/json
md5 1703d6ced3656553066fa71e42c5eee6 versioneer-0.29.tar.gz
sha256 5ab283b9857211d61b53318b7c792cf68e798e765ee17c27ade9f6c924235731 versioneer-0.29.tar.gz
# Locally computed sha256 checksums
sha256 b5065838cbac452dfc855ba6e6e031481ad2c68406f70d21ead9321374653e6c LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-versioneer
#
################################################################################
PYTHON_VERSIONEER_VERSION = 0.29
PYTHON_VERSIONEER_SOURCE = versioneer-$(PYTHON_VERSIONEER_VERSION).tar.gz
PYTHON_VERSIONEER_SITE = https://files.pythonhosted.org/packages/32/d7/854e45d2b03e1a8ee2aa6429dd396d002ce71e5d88b77551b2fb249cb382
PYTHON_VERSIONEER_SETUP_TYPE = setuptools
PYTHON_VERSIONEER_LICENSE = Unlicense
PYTHON_VERSIONEER_LICENSE_FILES = LICENSE
$(eval $(host-python-package))