sci-misc/doi2bib: new package
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
07caa3cd6a
commit
066494215e
1
sci-misc/doi2bib/Manifest
Normal file
1
sci-misc/doi2bib/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST doi2bib-0.4.0.tar.gz 7863 SHA256 272458eb88a34ab0fd4c69c6a4f2698496ccd9791d827f52b6c2b3ae6a3a221c SHA512 ce737bc28c279a929383a1d70a3c0f6410cce3807234a7327be0154112c1bba1cb768e4f0bd75db266da8c7bfaebcb5046c98982fd64ac38841113ccb0e3610e WHIRLPOOL 087d471176441e3f935d71eb3585d9a0098650919bccbb27d6ec9d5c090722b0a7d5f36e8d1d7ae6a0a939127b64f41af717054117cf2c0c39e8b203c6318007
|
24
sci-misc/doi2bib/doi2bib-0.4.0.ebuild
Normal file
24
sci-misc/doi2bib/doi2bib-0.4.0.ebuild
Normal file
@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Get the bibtex string given a DOI"
|
||||
HOMEPAGE="https://github.com/bibcure/doi2bib"
|
||||
SRC_URI="https://github.com/bibcure/doi2bib/archive/refs/tags/0.4.0.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
RESTRICT="test"
|
||||
#no test suite :(
|
||||
|
||||
RDEPEND="
|
||||
dev-python/future[${PYTHON_USEDEP}]
|
||||
dev-python/bibtexparser[${PYTHON_USEDEP}]
|
||||
"
|
15
sci-misc/doi2bib/metadata.xml
Normal file
15
sci-misc/doi2bib/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@chymera.eu</email>
|
||||
<name>Horea Christian</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>sci@gentoo.org</email>
|
||||
<name>Gentoo Science Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">bibcure/doi2bib</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user