diff options
author | Henri Gasc <gasc@eurecom.fr> | 2023-02-08 21:52:50 +0100 |
---|---|---|
committer | Henri Gasc <gasc@eurecom.fr> | 2023-02-08 21:52:50 +0100 |
commit | 7b19e93bb9041dd2e66e7abca242d5f5f508e5fb (patch) | |
tree | dadd47dbe8f7b7356bbb5e38e41bed287a7c2b33 /dev-python/py-nanoid | |
parent | dev-python/pytest-syrupy: remove useless variables (diff) | |
download | guru-7b19e93bb9041dd2e66e7abca242d5f5f508e5fb.tar.gz guru-7b19e93bb9041dd2e66e7abca242d5f5f508e5fb.tar.bz2 guru-7b19e93bb9041dd2e66e7abca242d5f5f508e5fb.zip |
dev-python/py-nanoid: use correct format for live build
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
Diffstat (limited to 'dev-python/py-nanoid')
-rw-r--r-- | dev-python/py-nanoid/Manifest | 1 | ||||
-rw-r--r-- | dev-python/py-nanoid/py-nanoid-9999.ebuild | 7 |
2 files changed, 2 insertions, 6 deletions
diff --git a/dev-python/py-nanoid/Manifest b/dev-python/py-nanoid/Manifest deleted file mode 100644 index fd42a4b14..000000000 --- a/dev-python/py-nanoid/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST py-nanoid-9999.gh.tar.gz 6520 BLAKE2B 8805100e98beb3e7dbf8de8c55a0f1e8091483951a107cd2e04b588a6fde8a2d18c5e8e65707d8ce787ddb9ba32b0db5d92ae5b8621830039f51de117c426ebb SHA512 6e4adcd938b577c16b3724705b1707e7b0375bd89b06c05db609e92bab2a1fb43c0a8e6328933198700d19f19a2c01b6e3c7796167c37c81e73c5d948fd6ba21 diff --git a/dev-python/py-nanoid/py-nanoid-9999.ebuild b/dev-python/py-nanoid/py-nanoid-9999.ebuild index 2380af32a..75a5c7ae0 100644 --- a/dev-python/py-nanoid/py-nanoid-9999.ebuild +++ b/dev-python/py-nanoid/py-nanoid-9999.ebuild @@ -6,17 +6,14 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 git-r3 DESCRIPTION="Python Nanoid" HOMEPAGE="https://github.com/puyuan/py-nanoid https://pypi.org/project/nanoid" -SRC_URI="https://github.com/puyuan/py-nanoid/archive/refs/heads/master.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/py-nanoid-master" +EGIT_REPO_URI="https://github.com/puyuan/py-nanoid.git" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" -IUSE="test" RDEPEND="" BDEPEND=" |