summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2024-06-05 23:29:17 +0200
committerMarcin Deranek <marcin.deranek@slonko.net>2024-06-05 23:29:17 +0200
commit25ee6c7cc6666ff90c1132025833475b8b923781 (patch)
tree25b9f3b843010e5319497fc3423de3c1eefd91fa
parent95e66a42122c541d4b988ac373547549730eac0a (diff)
downloadportage-25ee6c7cc6666ff90c1132025833475b8b923781.tar.gz
portage-25ee6c7cc6666ff90c1132025833475b8b923781.tar.bz2
portage-25ee6c7cc6666ff90c1132025833475b8b923781.zip
dev-python/sphinx-hoverxref Another step to get docs
-rw-r--r--dev-python/sphinx-hoverxref/Manifest2
-rw-r--r--dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild9
2 files changed, 10 insertions, 1 deletions
diff --git a/dev-python/sphinx-hoverxref/Manifest b/dev-python/sphinx-hoverxref/Manifest
index b690cbb..5361a42 100644
--- a/dev-python/sphinx-hoverxref/Manifest
+++ b/dev-python/sphinx-hoverxref/Manifest
@@ -1,3 +1,3 @@
DIST sphinx-hoverxref-1.4.0.gh.tar.gz 1719473 BLAKE2B cfcb8801c84b6bbeb791f2865377c055fc4cbc163e0aff7239c983945d7fe2a68f36132cf6dc7e95bbae0f1f2304fb01a69f4fbabe2e0b899e43f313cf40336d SHA512 6cde78a41e3695c9b36c79ea87a0fa10adbe3e2a7c5915f27b425a95e553ce08b20c87a220d1086b01a66837d9bc6f47118a204499b4aab7f3b20d911792182c
-EBUILD sphinx-hoverxref-1.4.0.ebuild 1040 BLAKE2B 4c423a0ae8f8775e3380601bfd9443f909de07626c937a7e0d3a9442f9b41198c373604f67b406b9461f66c8591624ed073c78a201032406ad969891bfa75ed7 SHA512 6f47495b61d9d9f33f487a90f4cd04667da091a327cfbc635e5e7ee49a64398ed1e9fab8fa3172558f62e1a82325102174898db5054d3f0ab107784a6e90462c
+EBUILD sphinx-hoverxref-1.4.0.ebuild 1198 BLAKE2B 70efb450a9c4f8cb97073d923f2c7d96a9a5baec28d1ea12911324ae8781b6cf1ecd1fe9fbd38cee9842ab9e8802a2c47558ec489b4262885fb77218006cf4d1 SHA512 1c9706065c31eadeec74f4577a8f640c4267b8b198b42a510585efe2e31c3b1be34845971b9ca6b54ccc709e9dbd4bfba11734f3e5ba7b4e928e5692ceaab5f8
MISC metadata.xml 479 BLAKE2B 382e8785e24f13aeb15e38f50800f18e846daf23550c0b95bc4629e509f35fff01fc93cfcc9c4e939c8529384b4c147fa23d43c94debfdf101748371c5c8c4a5 SHA512 bff25c65bb1170c1743aaf042f3724f48e0c54db90be8ea6cc1b107ec9994c093ad5087d82f56d47993ffd3445c42b43e713fa955b968c2cf780a62991e65386
diff --git a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild
index 6878f9d..2fb3a8d 100644
--- a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild
+++ b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild
@@ -39,3 +39,12 @@ distutils_enable_tests pytest
# dev-python/sphinx-rtd-theme \
# dev-python/sphinx-tabs \
# dev-python/sphinxemoji
+#
+#python_prepare_all() {
+# # Fix the name
+# sed -i \
+# -e 's/sphinx-prompt/sphinx_prompt/g' \
+# docs/conf.py || die
+#
+# distutils-r1_python_prepare_all
+#}