summaryrefslogtreecommitdiff
path: root/dev-python/python-editor
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-17 18:28:08 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-17 18:28:08 +0000
commit1f254b1ee917690b4f8f7738fdcfc295ee304ff7 (patch)
tree136ad1b72b899873af1ab7e8fcc6ec343484f41f /dev-python/python-editor
parentbcf596975a1c2450e077c80c84017c54198f216c (diff)
gentoo auto-resync : 17:03:2023 - 18:28:08
Diffstat (limited to 'dev-python/python-editor')
-rw-r--r--dev-python/python-editor/Manifest2
-rw-r--r--dev-python/python-editor/python-editor-1.0.4-r2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-editor/Manifest b/dev-python/python-editor/Manifest
index cefbd087148a..2c755abc890f 100644
--- a/dev-python/python-editor/Manifest
+++ b/dev-python/python-editor/Manifest
@@ -1,3 +1,3 @@
DIST python-editor-1.0.4.tar.gz 7132 BLAKE2B c955a2e3d2f607133781ef17146b20c13a409def6397e9698a8bc19c5a9f40af002a0f772455fb96e60088a732013ea6c471c198be0ac4c6c881724e762844c2 SHA512 c8ce2403bfe6c93935c7f4c384a8618a39cdaefe1ff5b1ff2cf4562866d8b3caa616e428c0a1634a56db934caeb474e7f84f8d5e009b9ed664189fdece8146f6
-EBUILD python-editor-1.0.4-r2.ebuild 491 BLAKE2B f619808a970d41a40ef5b40c7d7b4649ef1cf150e89682908aa44de1d1f5612e5ccbde473e7348cc0d00b5647cc68726121a78bfb10914b4187cbbe72c6518bf SHA512 84d10d3659b4bb941ee33b5fb103b8a81da49e6e5dcc48740fb6bb5859f1332938e52ef3c7590c74efc2f61108cbccdc7badef5459ecee59f32a8224181fb7c6
+EBUILD python-editor-1.0.4-r2.ebuild 464 BLAKE2B a375b5400e3feeb63846830d8afa0127e72e541824fdb9e74551959a3fa21f2ef9b123db77b8eca84c84b2d3dfd7dd1fcd7a55f5fd3f67c9e403402ac1de48ab SHA512 87d213a593f699bcbc25d53f70f47c7a86adb58b411fd7da1e9caad32dd2ce6cc3f63b7a4d97a9c5cad4b6c55f606e8225f1b04543023590ad8e65d0cdc44246
MISC metadata.xml 479 BLAKE2B f34e8a8eddc2cf672c14027217798582df17f1a396d9b29bdcbc31dc523e718364ae0cf8254c2145e80ead1a8c1433eed0da7999fdb7bc0a952d6bfa8ec231c9 SHA512 d9a8cfa2722de34a33cf6db2f512e3407dc9aff72b7525cd798ac33efe26550f21e1db5ccda9610799d64e3fc5e9d4e02f0151200369f3c661e44e2a7aa3e71e
diff --git a/dev-python/python-editor/python-editor-1.0.4-r2.ebuild b/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
index 2f469dd0ad55..1ec9feb7425d 100644
--- a/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
+++ b/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
@@ -4,16 +4,16 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( pypy3 python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Programmatically open an editor, capture the result"
HOMEPAGE="
https://github.com/fmoo/python-editor/
https://pypi.org/project/python-editor/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"