Skip to content

Commit ac61a02

Browse files
committed
New package: python3-arxiv-2.4.1
1 parent d98415a commit ac61a02

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

srcpkgs/python3-arxiv/template

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)