Added rinohtype-0.3.0.
This commit is contained in:
parent
1d10d98ae9
commit
ddde92215d
3
dev-python/rinohtype/Manifest
Normal file
3
dev-python/rinohtype/Manifest
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
DIST rinohtype-0.3.0.tar.gz 5478321 BLAKE2B e2d1caa0594fad3f615084dfe2399d17d89ae14630ff57955da2e61cdda145aff21c82f11da4c2258b3b6eb18e4bbde4e57986d97717d120ec3402295fa243d1 SHA512 d4a018a3f241dec56ebd06f97eda38ee177515b0b7c1d61e1034579d957ef33e046cb97444466e5ce165d02b7e07c371eec2b4f780fa1f4f95ea2031ba4a9314
|
||||||
|
EBUILD rinohtype-0.3.0.ebuild 513 BLAKE2B f87c2111465ae8dfa66cca314156c83b557adfc4b812953ba7b300d6a51f3b0d42aa8e3ef7d1f89093334568bf1d1dfdd8e73c8a38238b044542b20664331c8f SHA512 95058c793c48a91262a652ad93d6956d0bf56e142d0c9f68432bd22b06d3ba3704cc21d3ff79b41bde9435b8e14bfd36043b9ffb16efeed5bb52112ef91f9544
|
||||||
|
MISC metadata.xml 217 BLAKE2B f40069f0aa7f30550ce7ff78985e701b684b1c69027bc251fd0b647988a8cc69b6c322d895239ae99a5033c573e9e1308477266e26618b94fa4a13d41705c1f4 SHA512 dc918115b66606396ab134a99fb01f33a56f9d3c77018184bf6424f92935cd19d1977af102ad703f41ad5e099e68e55c7b60d5a41369c0905cf2c2dc308ec5af
|
7
dev-python/rinohtype/metadata.xml
Normal file
7
dev-python/rinohtype/metadata.xml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="pypi">mkdocs-material</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
23
dev-python/rinohtype/rinohtype-0.3.0.ebuild
Normal file
23
dev-python/rinohtype/rinohtype-0.3.0.ebuild
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=5
|
||||||
|
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="The Python Document Processor"
|
||||||
|
HOMEPAGE="http://www.mos6581.org/rinohtype/"
|
||||||
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="BSD"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||||
|
dev-python/docutils[${PYTHON_USEDEP}]
|
||||||
|
dev-python/purepng[${PYTHON_USEDEP}]
|
||||||
|
"
|
||||||
|
RDEPEND=""
|
Loading…
Reference in a new issue