From 0b19208b3f946f997d2a407e09adfc3649bb43ec Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 14 May 2022 15:50:17 +0200 Subject: [PATCH] dev-python/pypandoc: add 1.8, drop 1.7.4 Signed-off-by: Alessandro Barbieri --- dev-python/pypandoc/Manifest | 2 +- .../pypandoc/{pypandoc-1.7.4.ebuild => pypandoc-1.8.ebuild} | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) rename dev-python/pypandoc/{pypandoc-1.7.4.ebuild => pypandoc-1.8.ebuild} (89%) diff --git a/dev-python/pypandoc/Manifest b/dev-python/pypandoc/Manifest index 59a93f827f..60b4852031 100644 --- a/dev-python/pypandoc/Manifest +++ b/dev-python/pypandoc/Manifest @@ -1,2 +1,2 @@ -DIST pypandoc-1.7.4.tar.gz 30526 BLAKE2B 44ea2083e014874e4fc5ce9ce8d2dcff64319e7d0d77baffc61fa0d0c2a7fd209642f706eaf4ad258b65a4f0ad8851a9ea02d38d0db4e71c136b972a5934cb79 SHA512 01a7165974ca844b55c387e8ed9b5278c43b5879ca6ea51e0aafab9f035667d37fc06a52a5c0820e18b321ddd5185e53a49561c84e157cb0ead76c7f84d0bcc1 DIST pypandoc-1.7.5.tar.gz 23186705 BLAKE2B 2718e2c4485a10e2a1f78e59b893b8041fcbfd6fd3393c8fcf429625fb0fbe0a0f83229323579e58fb40b6fb85fe018ecc7b597de7774e20e2736f301761fc9f SHA512 bbd5e96a98b1030aa7dfbeaea12dc5c053e9b3182c0feca6d6cec6eba9c148662a628cbe12b1ddf8a4f2891df98fe8f60fc1bde0d5d2f60664dd3e412974655f +DIST pypandoc-1.8.tar.gz 31218 BLAKE2B 8eabcfa76b3022f0f8ed03dc2bb351d159018f63aa4a656d2b44d20ee59c0c6863fdc5ac168a86a70bf099c5c82c97451de97057a3e40c74c9b8af3eedb3c71c SHA512 a8b0e3656788cdf43af214c75ecc4f4bd27620ead00a7ce4c32ca44b4f30d7e2196164162eb12470db25c17e9b2f26868149a7b29549b0b9ebbedfc8e470bdb1 diff --git a/dev-python/pypandoc/pypandoc-1.7.4.ebuild b/dev-python/pypandoc/pypandoc-1.8.ebuild similarity index 89% rename from dev-python/pypandoc/pypandoc-1.7.4.ebuild rename to dev-python/pypandoc/pypandoc-1.8.ebuild index e58e3e7bda..0e208b881c 100644 --- a/dev-python/pypandoc/pypandoc-1.7.4.ebuild +++ b/dev-python/pypandoc/pypandoc-1.8.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="Pypandoc provides a thin wrapper for pandoc, a universal document converter" HOMEPAGE=" - https://github.com/bebraw/pypandoc + https://github.com/NicklasTegner/pypandoc https://pypi.org/project/pypandoc/ " SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" @@ -32,7 +32,6 @@ DEPEND=" dev-python/urllib3[${PYTHON_USEDEP}] " -PATCHES=( "${FILESDIR}/${P}-dont-install-examples.patch" ) PROPERTIES="test_network" RESTRICT="test"