bump dev-python/textual-autocomplete
This commit is contained in:
parent
7d77ddb117
commit
3f27308fa8
1 changed files with 1 additions and 4 deletions
|
@ -4,7 +4,6 @@
|
||||||
EAPI=8
|
EAPI=8
|
||||||
PYTHON_COMPAT=( python3_{11..13} )
|
PYTHON_COMPAT=( python3_{11..13} )
|
||||||
DISTUTILS_USE_PEP517=hatchling
|
DISTUTILS_USE_PEP517=hatchling
|
||||||
# DISTUTILS_EXT=1
|
|
||||||
|
|
||||||
inherit distutils-r1 pypi
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
|
@ -12,8 +11,7 @@ DESCRIPTION="Easily add autocomplete dropdowns to your Textual apps"
|
||||||
HOMEPAGE="https://github.com/darrenburns/textual-autocomplete"
|
HOMEPAGE="https://github.com/darrenburns/textual-autocomplete"
|
||||||
|
|
||||||
MY_PN="${PN//-/_}"
|
MY_PN="${PN//-/_}"
|
||||||
MY_PV="4.0.0a0"
|
SRC_URI="https://files.pythonhosted.org/packages/source/t/${PN}/${MY_PN}-${PV}.tar.gz"
|
||||||
SRC_URI="https://files.pythonhosted.org/packages/source/t/${PN}/${MY_PN}-${MY_PV}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
@ -26,4 +24,3 @@ DEPEND="
|
||||||
"
|
"
|
||||||
|
|
||||||
S="${WORKDIR}/${MY_PN}-${MY_PV}"
|
S="${WORKDIR}/${MY_PN}-${MY_PV}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue