We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98415a commit ac61a02Copy full SHA for ac61a02
1 file changed
srcpkgs/python3-arxiv/template
@@ -0,0 +1,22 @@
1
+# Template file for 'python3-arxiv'
2
+pkgname=python3-arxiv
3
+version=2.4.1
4
+revision=1
5
+build_style=python3-pep517
6
+hostmakedepends="hatchling hatch-vcs"
7
+depends="python3-feedparser python3-requests python3-typing_extensions"
8
+checkdepends="${depends} python3-pytest"
9
+short_desc="Wrapper for the arXiv API"
10
+maintainer="orahcio <orahcio@gmail.com>"
11
+license="MIT"
12
+homepage="https://github.com/lukasschwab/arxiv.py"
13
+distfiles="https://github.com/lukasschwab/arxiv.py/archive/refs/tags/${version}.tar.gz"
14
+checksum=049407471fb6cd371035674df3651e6d61e47b01676e781d3eedf5e664470b96
15
+
16
+pre_build() {
17
+ export SETUPTOOLS_SCM_PRETEND_VERSION="${version}"
18
+}
19
20
+post_install() {
21
+ vlicense LICENSE.txt
22
0 commit comments