From f516638b7fe9592837389826a6152a7e1b251c54 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 30 May 2020 11:44:06 +0100 Subject: gentoo resync : 30.05.2020 --- dev-python/pypugjs/Manifest | 4 ++-- dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild | 22 ++++++++++++++++++++++ dev-python/pypugjs/pypugjs-5.9.4.ebuild | 22 ---------------------- 3 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild delete mode 100644 dev-python/pypugjs/pypugjs-5.9.4.ebuild (limited to 'dev-python/pypugjs') diff --git a/dev-python/pypugjs/Manifest b/dev-python/pypugjs/Manifest index b287cddeba44..9872130c9e0b 100644 --- a/dev-python/pypugjs/Manifest +++ b/dev-python/pypugjs/Manifest @@ -1,3 +1,3 @@ -DIST pypugjs-5.9.4-tar.gz 42179 BLAKE2B 6ba3ab0b5c4c2828a091c82d5e937ebd1f575f5a9ebd989fbcfa3c17b85471f084d04b641895e8bd4af32ca0c26c430c5d989287824e0bc67f1943fae3bb0caa SHA512 24ebf306a76afab570cb13806d27e12766163bb114a8e4fe20ee5f19eb7311203e8b647eeb2f150efb2f9dfa1db9e56f4218cc3deb15d81f22b12d1b11f83c32 -EBUILD pypugjs-5.9.4.ebuild 516 BLAKE2B f95277eabf5dbaf015a2df9379f730133005a152d890f05703b49af0866616028db374aca89954b3f3b9f5ebde63f90a2b2bc050ae14b69b24b651842aed3e1d SHA512 3d4e8b4cba6486379fe669d01d11ad52907936c2fa27e0b097f02546b8b07dbaea072f635fb2079ff518422d5fccd8bd2eab736a7a294fbb47bfc5fb5ba69cc0 +DIST pypugjs-5.9.4.tar.gz 42179 BLAKE2B 6ba3ab0b5c4c2828a091c82d5e937ebd1f575f5a9ebd989fbcfa3c17b85471f084d04b641895e8bd4af32ca0c26c430c5d989287824e0bc67f1943fae3bb0caa SHA512 24ebf306a76afab570cb13806d27e12766163bb114a8e4fe20ee5f19eb7311203e8b647eeb2f150efb2f9dfa1db9e56f4218cc3deb15d81f22b12d1b11f83c32 +EBUILD pypugjs-5.9.4-r1.ebuild 516 BLAKE2B 5904ce9e2deea2f9466eb6387734e77294b1a03e4854e5440bc5be2ae912de19547a411c64e5f54745e8925964d389fe8ad811eca03e8085badae03d9e08a21f SHA512 bd955a1926b7cd86dbb98f17e1ab5e99fb0b8a7c2ca11d5758cd4fc16979a8902d6bb6c09145d9b03470dba958ed841cb2d1147ae2937ccd1e105320f5ebc5c4 MISC metadata.xml 730 BLAKE2B 69d4b53c231f47d4526b71c6ed6459834c9e30f54e6b8b6d033ae8cc192d3fd64d99d64c958d29849008b249b8f04f54a9b0503039c79a5893a6d9f0a9209127 SHA512 90ef4ffbbd9f47c60321cc2422e5b6b43377236ba5dcae6584a2c4eba63d0df35131f234a6b98e4df545876d4c0af6bede8a8b406664138a228506378d71b6d4 diff --git a/dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild b/dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild new file mode 100644 index 000000000000..84216b99cfb4 --- /dev/null +++ b/dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Pug (Jade) syntax adapter for Django, Jinja2 and Mako templates" +HOMEPAGE="https://github.com/kakulukia/pypugjs" +SRC_URI="https://github.com/kakulukia/pypugjs/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="" +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] + dev-python/chardet +" +DEPEND="${RDEPEND}" diff --git a/dev-python/pypugjs/pypugjs-5.9.4.ebuild b/dev-python/pypugjs/pypugjs-5.9.4.ebuild deleted file mode 100644 index 9b4e376ca260..000000000000 --- a/dev-python/pypugjs/pypugjs-5.9.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Pug (Jade) syntax adapter for Django, Jinja2 and Mako templates" -HOMEPAGE="https://github.com/kakulukia/pypugjs" -SRC_URI="https://github.com/kakulukia/pypugjs/archive/v${PV}.tar.gz -> ${P}-tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="" -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] - dev-python/chardet -" -DEPEND="${RDEPEND}" -- cgit v1.2.3