summaryrefslogtreecommitdiff
path: root/dev-python/textual-dev
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-01-11 20:52:27 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-01-11 20:52:27 +0000
commitefd2e0bc2c2479b69ba2b2fea3d5ae06b15aa725 (patch)
tree5b15be0e6468c8d5c826b2c7a5adbbeb49d77664 /dev-python/textual-dev
parent08dae4bceacfae2fb9e10fa66cba49da2346b22b (diff)
downloadbaldeagleos-repo-efd2e0bc2c2479b69ba2b2fea3d5ae06b15aa725.tar.gz
baldeagleos-repo-efd2e0bc2c2479b69ba2b2fea3d5ae06b15aa725.tar.xz
baldeagleos-repo-efd2e0bc2c2479b69ba2b2fea3d5ae06b15aa725.zip
Adding metadata
Diffstat (limited to 'dev-python/textual-dev')
-rw-r--r--dev-python/textual-dev/Manifest2
-rw-r--r--dev-python/textual-dev/textual-dev-1.4.0.ebuild (renamed from dev-python/textual-dev/textual-dev-1.2.0.ebuild)7
2 files changed, 3 insertions, 6 deletions
diff --git a/dev-python/textual-dev/Manifest b/dev-python/textual-dev/Manifest
index 24330810b3db..46d729dc02e2 100644
--- a/dev-python/textual-dev/Manifest
+++ b/dev-python/textual-dev/Manifest
@@ -1 +1 @@
-DIST textual-dev-1.2.0.gh.tar.gz 71409 BLAKE2B c878243b9d6b9683ec59796e24553c506379f90f32c1adf67200e63dcda141427c692ee1d529c26055669ec759dc63ec2f8f01d37bdc184fdf99c5d07ec93a79 SHA512 a0aff879d5bf8792d46577192e89cd3136a63515dcfe4b4c3e033665c535629ef52a52b1c38186d9593605b94672fda19a241e67e6df0ff5400cf82d19cb97b8
+DIST textual-dev-1.4.0.gh.tar.gz 60050 BLAKE2B 8af83ef31445a2ef7d82ecad6fa9893d1312e83b45753138e291c8ee0786dd50b738eb7032cc7e0cbb41d5c2f0ad293a240d691ba340d3322bfd5ac4e78f5a16 SHA512 2dac7e8d8ed33c783a1a1fb84fc27404c22074ab5bbbf5390d8a8e0a4ebdaafa9d22eac556b66a7d207d59b0367dba8f627a575c7117909a857066a11c0c3e78
diff --git a/dev-python/textual-dev/textual-dev-1.2.0.ebuild b/dev-python/textual-dev/textual-dev-1.4.0.ebuild
index 73294e27f4b2..5079edadcb9c 100644
--- a/dev-python/textual-dev/textual-dev-1.2.0.ebuild
+++ b/dev-python/textual-dev/textual-dev-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,12 +8,9 @@ PYTHON_COMPAT=( python3_{8,9,10,11,12} )
inherit distutils-r1
-hash_commit="be6340920e0f31a362bcedaf0f08ef1ce2c64a8b"
-
DESCRIPTION="Modern Text User Interface framework"
HOMEPAGE="https://github.com/Textualize/textual-dev https://pypi.org/project/textual-dev/"
-SRC_URI="https://github.com/Textualize/textual-dev/archive/${hash_commit}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/${PN}-${hash_commit}"
+SRC_URI="https://github.com/Textualize/textual-dev/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"