Skip to content

Commit

Permalink
package/python-versioneer: new package
Browse files Browse the repository at this point in the history
Used with the latest version of python-constantly. It is only needed as a
host package.

Signed-off-by: Adam Duskett <[email protected]>
Signed-off-by: Arnout Vandecappelle <[email protected]>
  • Loading branch information
Adam Duskett authored and arnout committed Nov 10, 2023
1 parent 80adc6b commit 5393194
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions DEVELOPERS
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions package/python-versioneer/python-versioneer.hash
Original file line number Diff line number Diff line change
@@ -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
14 changes: 14 additions & 0 deletions package/python-versioneer/python-versioneer.mk
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 5393194

Please sign in to comment.