From 5f5f40bcb69c832cb7dfd54e6a8c0bd07679e374 Mon Sep 17 00:00:00 2001 From: Marc Vinyals Date: Sun, 27 Dec 2020 01:08:05 +0200 Subject: [PATCH] Save still working pelican plugins --- dev-python/smartypants/Manifest | 2 ++ dev-python/smartypants/smartypants-2.0.1.ebuild | 27 +++++++++++++++++++++++++ dev-python/typogrify/Manifest | 2 ++ dev-python/typogrify/typogrify-2.0.7.ebuild | 25 +++++++++++++++++++++++ 4 files changed, 56 insertions(+) create mode 100644 dev-python/smartypants/Manifest create mode 100644 dev-python/smartypants/smartypants-2.0.1.ebuild create mode 100644 dev-python/typogrify/Manifest create mode 100644 dev-python/typogrify/typogrify-2.0.7.ebuild diff --git a/dev-python/smartypants/Manifest b/dev-python/smartypants/Manifest new file mode 100644 index 0000000..17e996e --- /dev/null +++ b/dev-python/smartypants/Manifest @@ -0,0 +1,2 @@ +DIST smartypants-2.0.1.tar.gz 24152 BLAKE2B 258c9692eec675054dc31f760cf3a9fc3995683d7a15fc549fb390611761c0b09f73e077f5917f9f071a8fc1ae3f06e36f745fdc0e2c368f465e29f6ce51457f SHA512 d47a866a5478c3520251f87a93a468a5eea10318b24b2e8d4bc918d533b5a5789aa56d3a8d5fb8ccff9572fb63e5b6f2eafc44f93fb57a19e6621ebef5d64d9d +EBUILD smartypants-2.0.1.ebuild 640 BLAKE2B 186a238089826c50c5e516ba4e06cffe5bcd7db5bdeae4c4d8d4966f13159bdcd0ccabab7e4b0e40bde118c48727680172294f2cbd89a8d0a692128fc7f6e210 SHA512 d7914c55240ed0f0c5484a5b1434b751d13762c1e4be5c883674d90dc0c2e5f56398634130d5646420da0ac3f44f26098e04484f64768024a5585aa59856a38d diff --git a/dev-python/smartypants/smartypants-2.0.1.ebuild b/dev-python/smartypants/smartypants-2.0.1.ebuild new file mode 100644 index 0000000..8293da8 --- /dev/null +++ b/dev-python/smartypants/smartypants-2.0.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_8 ) + +inherit distutils-r1 + +DESCRIPTION="Python fork of SmartyPants, a free web publishing plug-in" +SRC_URI="https://github.com/leohemsted/smartypants.py/archive/v${PV}.tar.gz + -> ${P}.tar.gz" +#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.whl" +HOMEPAGE="https://github.com/leohemsted/smartypants.py + https://pypi.python.org/pypi/smartypants/" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="" + +DEPEND=${PYTHON_DEPS} +RDEPEND=${PYTHON_DEPS} + +S="${WORKDIR}/${P/-/.py-}" +RESTRICT="mirror" + +DOCS="CHANGES.rst README.rst" diff --git a/dev-python/typogrify/Manifest b/dev-python/typogrify/Manifest new file mode 100644 index 0000000..3045572 --- /dev/null +++ b/dev-python/typogrify/Manifest @@ -0,0 +1,2 @@ +DIST typogrify-2.0.7.tar.gz 12903 BLAKE2B e08b27a531f21e99d5a35c47c1deb94bc7f67e31a47789ba4750520c893633966b1319a731c81ab2435e7024aea1e8fd0b46a52bbb73a050cdf83a1588644d18 SHA512 6212024a88372f1b14e5932c0541ec4d5a2ada7514c1327dc8f3775cd7adf3372cae0037c4310ed4a03fd0657a91eb4c0d114b74172190f7f84d82908441ddd0 +EBUILD typogrify-2.0.7.ebuild 537 BLAKE2B 289f8b3d52b50c8e8ab44dfc987edd6f3b830be4857e57a8e1061ac663e525a62ff6e3bca78458ab21161539e7594534e8bf818047931e940d32361c1a810a32 SHA512 65c76cdadc7cc64d40797750df3e457d998523ad11ca3b8a792e9338892a588568c536e4421a2fbca15c242ec7d3fb5aabc38ebfc6849442cef7ea34f10aa5f8 diff --git a/dev-python/typogrify/typogrify-2.0.7.ebuild b/dev-python/typogrify/typogrify-2.0.7.ebuild new file mode 100644 index 0000000..cee7dbb --- /dev/null +++ b/dev-python/typogrify/typogrify-2.0.7.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_8 ) + +inherit distutils-r1 + +DESCRIPTION="Filters to enhance web typography, often used with Jinja or Django" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +HOMEPAGE="https://github.com/mintchaos/typogrify + https://pypi.python.org/pypi/typogrify/" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="" + +DEPEND=${PYTHON_DEPS} +RDEPEND="${PYTHON_DEPS} + dev-python/smartypants" + +RESTRICT="mirror" + +DOCS="README.rst" -- 2.11.4.GIT