aioconsole-0.7.0.ebuild

This commit is contained in:
Anton Bolshakov 2024-01-07 10:06:13 +08:00
parent 9d32d2c472
commit f75a1b53e1
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
4 changed files with 19 additions and 29 deletions

View file

@ -1,21 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="Easy to use python subprocess interface"
HOMEPAGE="https://github.com/ponty/easyprocess"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"

View file

@ -1 +1 @@
DIST aioconsole-0.3.1.tar.gz 14809 BLAKE2B 4b358cd299cc2943c6d9970fb93261cef3896520d712e8fc6816bf81433bebb8c793bfa65cc889b6f168badd450530f9ec5f2383b610f0fba63ca45cb6e0e8c1 SHA512 425a0401aa71efc3f4bb7c8f47bb31f70ab4a5d29d32a1624d3fd035c668a92b16cf63dbb30e08e238b29f1c4e7c5d9da08b8639497adf57f6175ca4ad29437f
DIST aioconsole-0.7.0.tar.gz 28258 BLAKE2B 144b6a576401256d65c8dc03e1bda69bba287bc382e2c3d2a545e38912456374bb9848a63627b60adf8cc8ba29893ac73d935f1414e8b191fbd8d1ebde537f7e SHA512 53e7405c6772bcef67d26e7516af68833d555d3c4a3666af165490ddf3aac17240d155b846b4e617e1768b253826ae1385fa735e3ed5f2f229ecb695fe97e5d8

View file

@ -1,20 +1,19 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous console and interfaces for asyncio"
HOMEPAGE="https://github.com/vxgmichel/aioconsole"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}"
IUSE="test"
RESTRICT="!test? ( test )"

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">vxgmichel/aioconsole</remote-id>
<remote-id type="pypi">aioconsole</remote-id>
</upstream>
</pkgmetadata>