We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015ba72 commit 1f4f951Copy full SHA for 1f4f951
1 file changed
srcpkgs/python3-python-discovery/template
@@ -0,0 +1,19 @@
1
+# Template file for 'python3-python-discovery'
2
+pkgname=python3-python-discovery
3
+version=1.3.1
4
+revision=1
5
+build_style=python3-pep517
6
+hostmakedepends="hatchling hatch-vcs"
7
+depends="python3-filelock python3-platformdirs"
8
+checkdepends="$depends python3-pytest-xdist python3-pytest-mock"
9
+short_desc="Python interpreter discovery"
10
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
11
+license="MIT"
12
+homepage="https://github.com/tox-dev/python-discovery"
13
+changelog="https://github.com/tox-dev/python-discovery/releases"
14
+distfiles="${PYPI_SITE}/p/python-discovery/python_discovery-${version}.tar.gz"
15
+checksum=62f6db28064c9613e7ca76cb3f00c38c839a07c31c00dfe7ed0986493d2150a6
16
+
17
+post_install() {
18
+ vlicense LICENSE
19
+}
0 commit comments