diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-12-27 13:07:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-12-27 13:08:19 +0100 |
commit | 76d3ea4abd968a4e5ac01e5188d924e44c5e407d (patch) | |
tree | 783eed14e41bad629cfda9b44af261d9daa80448 /dev-python/pygit2 | |
parent | dev-python/pygit2: Bump to 0.26.3 (diff) | |
download | gentoo-76d3ea4abd968a4e5ac01e5188d924e44c5e407d.tar.gz gentoo-76d3ea4abd968a4e5ac01e5188d924e44c5e407d.tar.bz2 gentoo-76d3ea4abd968a4e5ac01e5188d924e44c5e407d.zip |
dev-python/pygit2: Drop old
Diffstat (limited to 'dev-python/pygit2')
-rw-r--r-- | dev-python/pygit2/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pygit2/pygit2-0.25.0.ebuild | 26 | ||||
-rw-r--r-- | dev-python/pygit2/pygit2-0.26.0.ebuild | 26 |
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-python/pygit2/Manifest b/dev-python/pygit2/Manifest index 4a68d814e3a3..0cb597f3afc5 100644 --- a/dev-python/pygit2/Manifest +++ b/dev-python/pygit2/Manifest @@ -1,5 +1,3 @@ -DIST pygit2-0.25.0.tar.gz 472116 BLAKE2B 5d3f487d99bf9cccf5ff646d011963d61e3b58337da68d6534bf9a1840f3f86095dce95b5308d6156206cd0ee86640af8fe230721b92a895d8ddd6ec81c08bd7 SHA512 44f94869718111acbd4ad41bc4c37ac66557e979241dd5a7bb080cf091fec3fc3d5aa53a8a84eb37b2e6f89518b2ac69d058e1970b7cf98c35b8375807fd8f86 DIST pygit2-0.25.1.tar.gz 456580 BLAKE2B b7a9ce90076f2475df41f2e5ee8cbf7cb2ca68553076ae05cb2e8bdd68067f7373e33dfb03cadf90b7f410b5d5989b902b545fddbb1e3a9f17eb17d50692e982 SHA512 19908c874d5c2469609a54893f37367480d27ff03583c38b474ebb125dc9db95dc60776a120bb05662938d6eb62d4bcef24f684688e97e3453ccc27e015736cd -DIST pygit2-0.26.0.tar.gz 457263 BLAKE2B 76469a53a529fb6dcc12da952821edf9fbb100d6043371748e493de9d453866adb1a790ec7f996eefe588db1a32faa66e9deb05eda20abee815cc85bcc616eb9 SHA512 e8626712a3b75aced14997dda0155f5c7be9a7e0e43aeb2c767c848fcbe711780137f663cc9ad5268cd85e2c61fd40be6853573f68b457cd5d46d6c32a644076 DIST pygit2-0.26.1.tar.gz 458526 BLAKE2B 703093a5a292e92c90987785065f3a1590addc09d72311f75b22caf6fe1a17be8fb16cf777189835204cb7dc4d2066e841d3d4327e2cc040c312e22a4c75a8ee SHA512 23585bc0f41458442889b5434347cbc11d6c729898864262426f84e5b9239164bb58c6e910d2381b25f1b8be271674c1a6960630a504c40accdd30e487d27a7d DIST pygit2-0.26.3.tar.gz 462080 BLAKE2B b3c4b9b8a6aeba22a70a8d2ef1393dace3a065a3625ee3574058e333bca4ba1d60223939f412eecf5ae9d93a81fb81c4a536af46aa047c2c82a48bd81afe4cf9 SHA512 6f727686221d4e8c348f836b7ad278b48a4b971a121b9953c2cf7163bf093936d838aaf83e9edb8628757624ab27e8345a2fb29eb1a79a30e06c0ab0a77e4cc6 diff --git a/dev-python/pygit2/pygit2-0.25.0.ebuild b/dev-python/pygit2/pygit2-0.25.0.ebuild deleted file mode 100644 index a88aff4993c4..000000000000 --- a/dev-python/pygit2/pygit2-0.25.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 versionator - -DESCRIPTION="Python bindings for libgit2" -HOMEPAGE="https://github.com/libgit2/pygit2 https://pypi.python.org/pypi/pygit2" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2-with-linking-exception" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - =dev-libs/libgit2-$(get_version_component_range 1-2)* - >=dev-python/cffi-1.0:=[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" - -python_test() { - esetup.py test -} diff --git a/dev-python/pygit2/pygit2-0.26.0.ebuild b/dev-python/pygit2/pygit2-0.26.0.ebuild deleted file mode 100644 index f250bd2d58d2..000000000000 --- a/dev-python/pygit2/pygit2-0.26.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 eapi7-ver - -DESCRIPTION="Python bindings for libgit2" -HOMEPAGE="https://github.com/libgit2/pygit2 https://pypi.python.org/pypi/pygit2" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2-with-linking-exception" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - =dev-libs/libgit2-$(ver_cut 1-2)* - >=dev-python/cffi-1.0:=[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" - -python_test() { - esetup.py test -} |