media-sound/pyterm: treeclean
dev-python/pafy::gentoo was removed last week, and I don't feel like packaging it. I don't use pYTerm much anymore.
This commit is contained in:
parent
c8cff2a007
commit
6ff0c1e4cb
@ -1,4 +0,0 @@
|
||||
DIST pyterm-0.6_beta2.tar.bz2 44759 BLAKE2B 092467567eaea6008e6804ccfeea7770e8712b5e26aff394c51999b9eeb657b2d8a16140308ac3ac29e7680e17bd9d7aaac4ed15af1c7ad78e7060b324b203cf SHA512 563aca7354b6b933442b871f9c360ba52e14b023a492c0b2cf7989e6c5999bf37783c67eb81f8b1714992e7aeef40ccc42ba1842a569f0fbc0f30fc9c8068b6b
|
||||
EBUILD pyterm-0.6_beta2.ebuild 911 BLAKE2B 6944fb1bcf9f4cadf9cef1c091ef5c3d094f45c5b3a932146245ecd2a2b48045683f975bd73fc89ecb100140397ed359984aeabe7c1f1457f5ddb2de3bd08f3b SHA512 ff51cf12c3e84eff09ccbeccf0cbf693435804193e16704a7933cea2a8c4ff805ad7d2df58636d0e941798ad5c910e78f28eee42d43359efeb48f6977d08354f
|
||||
EBUILD pyterm-9999.ebuild 911 BLAKE2B 6944fb1bcf9f4cadf9cef1c091ef5c3d094f45c5b3a932146245ecd2a2b48045683f975bd73fc89ecb100140397ed359984aeabe7c1f1457f5ddb2de3bd08f3b SHA512 ff51cf12c3e84eff09ccbeccf0cbf693435804193e16704a7933cea2a8c4ff805ad7d2df58636d0e941798ad5c910e78f28eee42d43359efeb48f6977d08354f
|
||||
MISC metadata.xml 326 BLAKE2B f97f78c5640134318ce4e74c658317a4f3750abac34a682d9ff784722e36c59ea92c59d98a76c042200d33b6a8bc802ff9aabc1bdd0959e518f0f7172082f9f8 SHA512 06e5a07bb0b4d28c06800a6792152bdd137095179ab9531dae74ac9cfaa3e54fe981dab23bd6ac36f3784deee4a7b5f61982d4eff196c72e675ffa01b6b800a9
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>flewkey@2a03.party</email>
|
||||
<name>Ryan Fox</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="gitlab">mocchapi/pyterminal</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,39 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/mocchapi/pyterminal.git"
|
||||
else
|
||||
PYTERM_REF="6b4bbf8d6b28cee8d5b6171f82c5a644348cf47f" # 0.6b2
|
||||
MY_P="pyterminal-${PYTERM_REF}"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
SRC_URI="https://gitlab.com/mocchapi/pyterminal/-/archive/${PYTERM_REF}/archive.tar.bz2 -> ${P}.tar.bz2"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Command line YouTube music streamer"
|
||||
HOMEPAGE="https://gitlab.com/mocchapi/pyterminal"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
dev-python/feedparser
|
||||
dev-python/ffpyplayer
|
||||
dev-python/pafy
|
||||
dev-python/python-vlc
|
||||
dev-python/pypresence
|
||||
dev-python/youtube-search-python
|
||||
net-misc/youtube-dl
|
||||
"
|
||||
BDEPEND=""
|
@ -1,39 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/mocchapi/pyterminal.git"
|
||||
else
|
||||
PYTERM_REF="6b4bbf8d6b28cee8d5b6171f82c5a644348cf47f" # 0.6b2
|
||||
MY_P="pyterminal-${PYTERM_REF}"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
SRC_URI="https://gitlab.com/mocchapi/pyterminal/-/archive/${PYTERM_REF}/archive.tar.bz2 -> ${P}.tar.bz2"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Command line YouTube music streamer"
|
||||
HOMEPAGE="https://gitlab.com/mocchapi/pyterminal"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
dev-python/feedparser
|
||||
dev-python/ffpyplayer
|
||||
dev-python/pafy
|
||||
dev-python/python-vlc
|
||||
dev-python/pypresence
|
||||
dev-python/youtube-search-python
|
||||
net-misc/youtube-dl
|
||||
"
|
||||
BDEPEND=""
|
Loading…
Reference in New Issue
Block a user