summaryrefslogtreecommitdiff
path: root/dev-python/latexcodec
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-16 06:23:32 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-16 06:23:32 +0000
commitf3784aee1f8e4d7971fd27543cb7490cb9f83649 (patch)
tree5bba1b092092f867ce0b57b29484e1da19442262 /dev-python/latexcodec
parentb4c2aa4f33970ea2c862e0f7e57f01564bc63002 (diff)
gentoo auto-resync : 16:03:2023 - 06:23:32
Diffstat (limited to 'dev-python/latexcodec')
-rw-r--r--dev-python/latexcodec/Manifest2
-rw-r--r--dev-python/latexcodec/latexcodec-2.0.1.ebuild3
2 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/latexcodec/Manifest b/dev-python/latexcodec/Manifest
index 69bc9d2d291a..9cc3a19f49da 100644
--- a/dev-python/latexcodec/Manifest
+++ b/dev-python/latexcodec/Manifest
@@ -1,3 +1,3 @@
DIST latexcodec-2.0.1.tar.gz 30131 BLAKE2B 8af9cf81a1e0a8b72bf4eb1be206d2f2029598372872f1c43d8abe5e69efeba957d610102f44a5da552325f5525e1668e52ba2cc6c9a2d3f4b7c59c375f040e0 SHA512 e7f23b91904e0bd4a3f052f5f201b125e84c1f94a247b869e14c8f45ee8bc2c478e8887a792efa8c9b6d2b7fefed43fc66e797206b6e40aedaedc68ce7865cab
-EBUILD latexcodec-2.0.1.ebuild 499 BLAKE2B 6780ea07ee36700c0228e0655d1cd22f176af41c97227d37a948be61bfbcc927047ca19f3f15df45dbfc76290e31959dfbc236da9fa5b92c2f8c4578ccea3d4e SHA512 b67a77c512dca897adbfca815bbbff84947f59f52832b6fe9aadf1d4c71cba48d2778fd0e92bcb5d1f087730c1080a26d381fa011906d81f99ece673652841b5
+EBUILD latexcodec-2.0.1.ebuild 452 BLAKE2B 223d8aba954ef71043aef7dc18ca478802fced5c3531154a1700b76f79117cb0e488bb99712ebdbd314c0572bf3edf92ca6c8313dc743b03dbe23518280e991e SHA512 993f289d0af5646ffaa607c0034598a414101ec87771fcd0e019e3bb3310284b7a63ffb88b17bade1e059e4a8ee2c741df7ce739225be151d875a8abafad784c
MISC metadata.xml 1161 BLAKE2B aaba4e38c221087bb7791bd6afaccd9572ca187a9f4d4152b6efca8fdd8583c1fcefc230a954844b209aed88a4b10c2f3fc292d53bdffba04c75ca4f442f8d63 SHA512 4e0774571e647311671f34da5ad6bca06f9d9eba89f5c5ffb8462c71ed4cff0be9156cc5266d2a16d1d492c2481ed4f2990cd962a86e839a3a51fe5201117cab
diff --git a/dev-python/latexcodec/latexcodec-2.0.1.ebuild b/dev-python/latexcodec/latexcodec-2.0.1.ebuild
index 1050369a5c3a..20e33331535f 100644
--- a/dev-python/latexcodec/latexcodec-2.0.1.ebuild
+++ b/dev-python/latexcodec/latexcodec-2.0.1.ebuild
@@ -5,11 +5,10 @@ EAPI=7
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Lexer and codec to work with LaTeX code in Python"
HOMEPAGE="https://github.com/mcmtroffaes/latexcodec/ https://pypi.org/project/latexcodec/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"