Skip to content

Commit 3185810

Browse files
author
Matthias Koeppe
committed
build/pkgs/calver: New (trove_classifiers dep)
1 parent 4586e06 commit 3185810

File tree

7 files changed

+29
-1
lines changed

7 files changed

+29
-1
lines changed

build/pkgs/calver/SPKG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
calver: Setuptools extension for CalVer package versions
2+
========================================================
3+
4+
Description
5+
-----------
6+
7+
Setuptools extension for CalVer package versions
8+
9+
License
10+
-------
11+
12+
Upstream Contact
13+
----------------
14+
15+
https://pypi.org/project/calver/
16+

build/pkgs/calver/checksums.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tarball=calver-VERSION-py3-none-any.whl
2+
sha1=4553e3fbfc58908f3be2dd529e5991986f6a46b5
3+
md5=3c34037d7bd217efd99b738aa1a7744b
4+
cksum=3667684754
5+
upstream_url=https://pypi.io/packages/py3/c/calver/calver-VERSION-py3-none-any.whl

build/pkgs/calver/dependencies

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
$(PYTHON) | $(PYTHON_TOOLCHAIN)
2+
3+
----------
4+
All lines of this file are ignored except the first.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
calver

build/pkgs/calver/package-version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2022.6.26

build/pkgs/calver/type

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
standard
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(PYTHON) | $(PYTHON_TOOLCHAIN)
1+
$(PYTHON) calver | $(PYTHON_TOOLCHAIN)
22

33
----------
44
All lines of this file are ignored except the first.

0 commit comments

Comments
 (0)