From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- dev-python/astunparse/Manifest | 3 +++ dev-python/astunparse/astunparse-1.6.2.ebuild | 25 +++++++++++++++++++++++++ dev-python/astunparse/metadata.xml | 8 ++++++++ 3 files changed, 36 insertions(+) create mode 100644 dev-python/astunparse/Manifest create mode 100644 dev-python/astunparse/astunparse-1.6.2.ebuild create mode 100644 dev-python/astunparse/metadata.xml (limited to 'dev-python/astunparse') diff --git a/dev-python/astunparse/Manifest b/dev-python/astunparse/Manifest new file mode 100644 index 000000000000..a385b9797c92 --- /dev/null +++ b/dev-python/astunparse/Manifest @@ -0,0 +1,3 @@ +DIST astunparse-1.6.2.tar.gz 16339 BLAKE2B d35d63b8313718c1d873d55b7da824465be9b4bc9e486ff82dac7db2df5185f8a59bfb283844d7108927b04ee02879fe921c87f9da8bd87c157341e6022b40cc SHA512 1e344354481dab7345d8790791e15e2ce733b8985839972a1771b97adebbfc2b42c8fb258ea36f245baed553d3b8e5007872d6559ebcc5ef1eb6f6c6a5d66c81 +EBUILD astunparse-1.6.2.ebuild 518 BLAKE2B 779f4a1fc85b1cfe50aa2d858c9de7dfad1cfbfd155aaefae47f3a9496b38c4ae9a82eddb7548fda21d97686b3bf756afb5a1f92370ffcb5c55e6a9e5320f1bb SHA512 87bffc80aedfa2cd50adb977a5a4e38c07e66cb4e1e5f5924c6c6b6eb21de4c7c3aaab647f32d171f6f696adb9e738c7ea9a68e55862321de27a0d68452b3c74 +MISC metadata.xml 248 BLAKE2B 5d9c3678c604aac0f24c5d5015e28f02b9ce83bb6a179755a44adeb3d69e4dd50be4acc30a6317649f5be23bcf13ac210bbe4712aa403e9c4cf2de351b39c941 SHA512 dc5b06a888be6367909895d5891a08189f4657bcee602e5ff0021be2ad3677e58ec7387ff244625be66a142138666e7eac790d2a7b1e298f0ad644725b5e57e0 diff --git a/dev-python/astunparse/astunparse-1.6.2.ebuild b/dev-python/astunparse/astunparse-1.6.2.ebuild new file mode 100644 index 000000000000..ea706a5884e2 --- /dev/null +++ b/dev-python/astunparse/astunparse-1.6.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_6 ) +inherit distutils-r1 + +DESCRIPTION="Astun parser for python" +HOMEPAGE="https://github.com/simonpercivall/astunparse" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/six-1.6.1[${PYTHON_USEDEP}] + >=dev-python/wheel-0.23.0[${PYTHON_USEDEP}] +" + +python_install_all() { + distutils-r1_python_install_all + dodoc *.rst +} diff --git a/dev-python/astunparse/metadata.xml b/dev-python/astunparse/metadata.xml new file mode 100644 index 000000000000..c36c37139fad --- /dev/null +++ b/dev-python/astunparse/metadata.xml @@ -0,0 +1,8 @@ + + + + + williamh@gentoo.org + William Hubbs + + -- cgit v1.2.3