From 7ff9c0fcfc13cc8c8ff1e5a54eb4848565ef0294 Mon Sep 17 00:00:00 2001 From: Naohiro Aota Date: Mon, 16 Jul 2018 23:30:15 +0900 Subject: dev-python/gntp: version bump to 1.0.3 Package-Manager: Portage-2.3.42, Repoman-2.3.9 --- dev-python/gntp/Manifest | 2 +- dev-python/gntp/gntp-1.0.1.ebuild | 19 ------------------- dev-python/gntp/gntp-1.0.3.ebuild | 19 +++++++++++++++++++ 3 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 dev-python/gntp/gntp-1.0.1.ebuild create mode 100644 dev-python/gntp/gntp-1.0.3.ebuild diff --git a/dev-python/gntp/Manifest b/dev-python/gntp/Manifest index 63c6f172a736..4c2a29ffab28 100644 --- a/dev-python/gntp/Manifest +++ b/dev-python/gntp/Manifest @@ -1 +1 @@ -DIST gntp-1.0.1.tar.gz 10889 BLAKE2B 38e80f26a1d6a23eceea43771c5c587ca00ac4b239948dffdee52908b3637644b07c22fa34e2031a32d6915507bef5051f41efa419db4da793d8a0ecf081fb58 SHA512 6e44cbafcaa5b60b39d3bb60a67786300acae5e3aa6fbab1d5cbdcb4a24fffba62f878d801683d724321d5c0e3a3b780da9c99d3faf8a578f956603e1daa49cd +DIST gntp-1.0.3.tar.gz 10839 BLAKE2B f427096ff1e0b81da7f3a6c4f4a477bdedd7c69f632d8ff7bb7780a0b31726341d78852f3819e5ae8764b96513b27c5e3a261e0885645b60b5146d3d36628a14 SHA512 77f4f3801e183eeacceedd2c0588e571e3ffb1d81fc13f222fc593035ed767af487c2242b8cece697b430e04a6dce589c3e91fd5784f29f477964307197053c1 diff --git a/dev-python/gntp/gntp-1.0.1.ebuild b/dev-python/gntp/gntp-1.0.1.ebuild deleted file mode 100644 index afaf45e733a5..000000000000 --- a/dev-python/gntp/gntp-1.0.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="Python library for working with the Growl Notification Transport Protocol" -HOMEPAGE="https://github.com/kfdm/gntp https://pypi.org/project/gntp/" -SRC_URI="mirror://pypi/g/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" diff --git a/dev-python/gntp/gntp-1.0.3.ebuild b/dev-python/gntp/gntp-1.0.3.ebuild new file mode 100644 index 000000000000..bf702ddd3488 --- /dev/null +++ b/dev-python/gntp/gntp-1.0.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="Python library for working with the Growl Notification Transport Protocol" +HOMEPAGE="https://github.com/kfdm/gntp https://pypi.org/project/gntp/" +SRC_URI="mirror://pypi/g/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" -- cgit v1.2.3-18-g5258