From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/typogrify/Manifest | 1 + dev-python/typogrify/metadata.xml | 13 +++++++++++++ dev-python/typogrify/typogrify-2.0.7-r1.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100755 dev-python/typogrify/Manifest create mode 100644 dev-python/typogrify/metadata.xml create mode 100755 dev-python/typogrify/typogrify-2.0.7-r1.ebuild (limited to 'dev-python/typogrify') diff --git a/dev-python/typogrify/Manifest b/dev-python/typogrify/Manifest new file mode 100755 index 000000000000..f55f3ea5ae75 --- /dev/null +++ b/dev-python/typogrify/Manifest @@ -0,0 +1 @@ +DIST typogrify-2.0.7.tar.gz 12903 BLAKE2B e08b27a531f21e99d5a35c47c1deb94bc7f67e31a47789ba4750520c893633966b1319a731c81ab2435e7024aea1e8fd0b46a52bbb73a050cdf83a1588644d18 SHA512 6212024a88372f1b14e5932c0541ec4d5a2ada7514c1327dc8f3775cd7adf3372cae0037c4310ed4a03fd0657a91eb4c0d114b74172190f7f84d82908441ddd0 diff --git a/dev-python/typogrify/metadata.xml b/dev-python/typogrify/metadata.xml new file mode 100644 index 000000000000..a758947936be --- /dev/null +++ b/dev-python/typogrify/metadata.xml @@ -0,0 +1,13 @@ + + + + + dev@liguros.net + Development + + + typogrify + mintchaos/typogrify + + kit-fixups + diff --git a/dev-python/typogrify/typogrify-2.0.7-r1.ebuild b/dev-python/typogrify/typogrify-2.0.7-r1.ebuild new file mode 100755 index 000000000000..24486bf07c3c --- /dev/null +++ b/dev-python/typogrify/typogrify-2.0.7-r1.ebuild @@ -0,0 +1,24 @@ +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7,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" -- cgit v1.3.1