Skip to content

Commit

Permalink
package/python-calver: 2022.6.26
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Feb 7, 2024
1 parent e880d1c commit fcda738
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package/python-calver/python-calver.hash
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/calver/json
md5 e1fd924b9bf953c0b28c49bdfe117d7a calver-2022.6.26.tar.gz
sha256 e05493a3b17517ef1748fbe610da11f10485faa7c416b9d33fd4a52d74894f8b calver-2022.6.26.tar.gz
# Locally computed sha256 checksums
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
14 changes: 14 additions & 0 deletions package/python-calver/python-calver.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
################################################################################
#
# python-calver
#
################################################################################

PYTHON_CALVER_VERSION = 2022.6.26
PYTHON_CALVER_SOURCE = calver-$(PYTHON_CALVER_VERSION).tar.gz
PYTHON_CALVER_SITE = https://files.pythonhosted.org/packages/b5/00/96cbed7c019c49ee04b8a08357a981983db7698ae6de402e57097cefc9ad
PYTHON_CALVER_SETUP_TYPE = setuptools
PYTHON_CALVER_LICENSE = Apache-2.0
PYTHON_CALVER_LICENSE_FILES = LICENSE

$(eval $(host-python-package))

0 comments on commit fcda738

Please sign in to comment.