dev-python/shellingham: Drop package as it is in tree
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
d4df914664
commit
a9d677cda0
@ -1 +0,0 @@
|
|||||||
DIST shellingham-1.5.0.post1.tar.gz 9104 BLAKE2B 9c9d7c7156f32187c501d24bf6094530a37d0d498b20e4ce88b224c3c68bf63f176d8dc32a22f176e2f67a652e416e4c5a46305587d7072eeda39ff8529f5d34 SHA512 5e0049c0c82fa63f01a75b7baac20c20496eaf8aa7a869e2c6e64a582d525ef4d2a5927b716a46d1b0c8fad8e09aad316fa5dd1b85acc82fa89da6187278a37b
|
|
@ -1,12 +0,0 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>holgersson@posteo.de</email>
|
|
||||||
<name>Nils Freydank</name>
|
|
||||||
</maintainer>
|
|
||||||
<upstream>
|
|
||||||
<remote-id type="pypi">shellingham</remote-id>
|
|
||||||
<remote-id type="github">sarugaku/shellingham</remote-id>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
@ -1,25 +0,0 @@
|
|||||||
# Copyright 2022-2023 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI="8"
|
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
|
||||||
PYTHON_COMPAT=( python3_{10..11} )
|
|
||||||
inherit distutils-r1 pypi
|
|
||||||
|
|
||||||
DESCRIPTION="Tool to detect surrounding shell"
|
|
||||||
HOMEPAGE="
|
|
||||||
https://github.com/sarugaku/shellingham
|
|
||||||
https://pypi.org/project/shellingham/
|
|
||||||
"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
IUSE="test"
|
|
||||||
RESTRICT="!test? ( test )"
|
|
||||||
|
|
||||||
RDEPEND=""
|
|
||||||
BDEPEND=""
|
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
|
Loading…
Reference in New Issue
Block a user