mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
dev-python/sphinxcontrib-ditaa: new package
Package-Manager: Portage-2.3.11, Repoman-2.3.3
This commit is contained in:
1
dev-python/sphinxcontrib-ditaa/Manifest
Normal file
1
dev-python/sphinxcontrib-ditaa/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST sphinxcontrib-ditaa-0.2.tar.gz 7293 SHA256 ec8123067c8f5457e983313380570353406a21035a14b8f00bb661d9a63297e1 SHA512 fc9f9b1475b7efb3f057156bd56be51414068c80f62cccd0fb5bf404b7047d296b3de05a1825b42e2b51a7ff6f0ccf1f3a7935ec494440ccd0fda487786adae5 WHIRLPOOL fdcda3a8c5edd0883f6a8a14c6a9d59193233e073dce4d7ebc7892755996baa157fb52382962ed460990478e8a7fb2a0553db0134b844784f35367b5a3bd10f3
|
||||
11
dev-python/sphinxcontrib-ditaa/metadata.xml
Normal file
11
dev-python/sphinxcontrib-ditaa/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>zmedico@gentoo.org</email>
|
||||
<name>Zac Medico</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">sphinxcontrib-ditaa</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Ditaa Sphinx extension"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/sphinxcontrib-ditaa"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
|
||||
dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
|
||||
media-gfx/ditaa"
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
find "${ED}" -name '*.pth' -delete || die
|
||||
}
|
||||
Reference in New Issue
Block a user