summaryrefslogtreecommitdiff
path: root/pcr/arxiv2bib/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-25 17:40:56 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-25 17:44:34 +0100
commit9b9d4187de9cd27619d62a9c5934c2ff2b464d9c (patch)
tree019ace031f652e786d2f5ee88513cec1f8675b3c /pcr/arxiv2bib/PKGBUILD
parent3991403c0e7e43f6c6ad8fbd18e13441a3508290 (diff)
downloadabslibre-9b9d4187de9cd27619d62a9c5934c2ff2b464d9c.tar.gz
abslibre-9b9d4187de9cd27619d62a9c5934c2ff2b464d9c.tar.bz2
abslibre-9b9d4187de9cd27619d62a9c5934c2ff2b464d9c.zip
pcr/python-arxiv2bib: moved from pcr/arxiv2bib and updated
Diffstat (limited to 'pcr/arxiv2bib/PKGBUILD')
-rw-r--r--pcr/arxiv2bib/PKGBUILD17
1 files changed, 0 insertions, 17 deletions
diff --git a/pcr/arxiv2bib/PKGBUILD b/pcr/arxiv2bib/PKGBUILD
deleted file mode 100644
index 635a33fae..000000000
--- a/pcr/arxiv2bib/PKGBUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-
-pkgname=arxiv2bib
-pkgver=1.0.8
-pkgrel=2
-pkgdesc="Get arXiv.org metadata in BibTeX format"
-arch=('any')
-url="https://pypi.python.org/pypi/$pkgname"
-license=('BSD3')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/61/7d/3ddaa77d551915ac2ce484ee3d692005da556c9d51a7f492ff6749b3b0bd/$pkgname-$pkgver.tar.gz")
-sha256sums=('137608ed8aa4da6594350152964b9b0f46c6efcb07f8a4dfd50309c968b647a8')
-
-package(){
- depends=(python)
- cd "$srcdir"/$pkgname-$pkgver
- python setup.py install --root="$pkgdir"
-}