Python Azure
This commit is contained in:
3
dev-python/sphinx-autobuild/Manifest
Normal file
3
dev-python/sphinx-autobuild/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST sphinx-autobuild-0.7.1.tar.gz 16831 BLAKE2B 98727924708f9e6e44a7d8ecab680d18d391cddda63d7c69f0d635930fafe45ea0a53704621b5d086349bb8e78b61a7cac4d91b606462c32b05707a2e92cfa69 SHA512 586a44b77bb04c908e70e14d80336c4d3641f10e0a38db8cbf64e03c229818b18de4ec26b0894e0f45099d75443b1996b32afec0fc00631b5b671a26bc29e1f5
|
||||
EBUILD sphinx-autobuild-0.7.1.ebuild 802 BLAKE2B 4879924065555f67f07384e5f04402dbe18a3d4f2d3c44ac8514fc3aacc9741e7272e5562cb224d63beea9db53685aa6427103b6bf0a58c83234704f71f61e2d SHA512 d3928bf2330075c71ce6552bdc766be8bb480705003a6706a41b4fb891d06b460935a3efcd626520e92d9d63e03aab3c03bc0bd04c29e775fc1412054dfb61ec
|
||||
MISC metadata.xml 261 BLAKE2B 3d9e469858da272e5ba7440506df120a0d8fce595a4f664c4b44254af156f6eb28c353ff283088a0e63e458b05fcbae07a0bc13df149161e47741cf5b0fb02e7 SHA512 faaa8b1e0f54326b4150cf25b4cc22671f7c7dca9aa7654b4e079b4d49b61d99dff437b2875b8013145d259ad8b324c6ce2378eeabc40a6fcedcb1037bc15e46
|
||||
8
dev-python/sphinx-autobuild/metadata.xml
Normal file
8
dev-python/sphinx-autobuild/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>vincent.hardy.be@gmail.com</email>
|
||||
<name>Vincent Hardy</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
27
dev-python/sphinx-autobuild/sphinx-autobuild-0.7.1.ebuild
Normal file
27
dev-python/sphinx-autobuild/sphinx-autobuild-0.7.1.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Autorebuild documentation on change"
|
||||
HOMEPAGE="https://github.com/GaretJax/sphinx-autobuild"
|
||||
SRC_URI="https://github.com/GaretJax/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND=">=dev-python/argh-0.24.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/livereload-2.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pathtools-0.1.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/port-for-0.3.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
|
||||
>=www-servers/tornado-3.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/watchdog-0.7.1[${PYTHON_USEDEP}]"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
Reference in New Issue
Block a user