outcome: remove in Gentoo's favour

This commit is contained in:
Anton Bolshakov 2024-07-16 10:05:04 +08:00
parent 7a9afa3eae
commit 8af6737e3f
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
4 changed files with 0 additions and 70 deletions

View file

@ -1,2 +0,0 @@
DIST outcome-1.0.1.tar.gz 16933 BLAKE2B 3b435342078d7ab7d24633e23907f5663f8e2bb0cff3b766794ae7aec724544fb9b0f541d22562fae9fe8f7be6e0eedfb87bdd24130f5d9fdde143f70effef72 SHA512 891ce0a3154972e36eaaf4954866b6869f961d05d22bbecdfcbb8cf8b5352db22ee994cd67f6074e425c3a4f452c73013f421f67cd593ca831e8fe04c730b9d2
DIST outcome-1.1.0.tar.gz 18164 BLAKE2B 531f3bf6f0bac53c16e12d14f5416637959c78073ed3591f94f4e53087fa630488e3dfc3c25918e7fe4184843f97e9e1b3b722b0e861601cf293ab5bb81e1aa1 SHA512 3bebeaef87af1128442b769cdfc6ef81d202130437b1503e26f8468830647595937d3e422ef4d8679191a1e9a083dcfb2e9bce35a49f63fc12665d7a61b56d3d

View file

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>blshkv@pentoo.org</email>
</maintainer>
<upstream>
<remote-id type="github">frida/frida</remote-id>
</upstream>
</pkgmetadata>

View file

@ -1,29 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="Capture the outcome of Python function calls."
HOMEPAGE="https://github.com/python-trio/outcome https://pypi.org/project/outcome/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="|| ( MIT Apache-2.0 )"
SLOT="0"
KEYWORDS="amd64 arm64 x86"
IUSE="test"
RDEPEND=">=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View file

@ -1,29 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="Capture the outcome of Python function calls."
HOMEPAGE="https://github.com/python-trio/outcome https://pypi.org/project/outcome/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="|| ( MIT Apache-2.0 )"
SLOT="0"
KEYWORDS="amd64 arm64 x86"
IUSE="test"
RDEPEND=">=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}