commit:     09ab6692309c2fd77273ad7153926347dd778f97
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 29 11:00:25 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 29 11:14:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ab6692

dev-python/vdirsyncer: Remove redundant versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/vdirsyncer/Manifest                 |  3 --
 dev-python/vdirsyncer/vdirsyncer-0.16.3.ebuild | 49 --------------------------
 dev-python/vdirsyncer/vdirsyncer-0.16.4.ebuild | 49 --------------------------
 dev-python/vdirsyncer/vdirsyncer-0.16.6.ebuild | 49 --------------------------
 4 files changed, 150 deletions(-)

diff --git a/dev-python/vdirsyncer/Manifest b/dev-python/vdirsyncer/Manifest
index a687685b9fa..b57a46d382d 100644
--- a/dev-python/vdirsyncer/Manifest
+++ b/dev-python/vdirsyncer/Manifest
@@ -1,4 +1 @@
-DIST vdirsyncer-0.16.3.tar.gz 113327 BLAKE2B 
9d293562962bb121b7dc48d7bd7585cd660fd368b70bd7a33d226cbef4a5a5135794d0a3e999202a40b710e7338fb55f5616680dcd4885832643565a3d9ed386
 SHA512 
8f71cc71527d68836405722b4be03695b9010f72729c1c9b6d0199996bcf6821628a26297ff2d3a45047910618d570566e00edefccc428d29ba9fc9033caddff
-DIST vdirsyncer-0.16.4.tar.gz 113368 BLAKE2B 
6d3419456cb16dd10b9af19f7912a2a1e95af6d45e8fb3898f40f3c140ad26023556dd579de236850056cc6b78ffcbb95a45cfb427dc48f5425d0a40863f7aca
 SHA512 
c01bf6bc5144629b82a3a60934fa6b89b0c24c55b09b98c54cba0a85d1e97f1c2ea157e159221ddfe4f11309cd5944eb2696ebc40b9d3ee95ea0801aa1eb9709
-DIST vdirsyncer-0.16.6.tar.gz 113249 BLAKE2B 
51b12631c1847d68c5e9839cf8a69d09941a96b2907683246bd200271d6cd49041cb104ed59d01040724d4423cf1695a11dcf28a59c5affbf5fb8aa314e73a8e
 SHA512 
b96467da4aeedbf6c582dfcc31cc6fbb88f8031e0e3c7c2fffc2e921cb927c6fcc937ac0da5ab74861bef34959dc05bd15208ec0380d83e727b3f55a5872404a
 DIST vdirsyncer-0.16.7.tar.gz 112786 BLAKE2B 
19b9ce6e3e9de0a626b9562b4d54b270c1532d93169fe2d872f15c6bf6e1ac94bc623c171e51e871082422116636b4945b58dd172cfca527a010906737f1b6a3
 SHA512 
218c6781139a9e979077308dc732756cc27ecb67966e4b52be31cb1ebf04d224443036102d5c4bad253b9dcf533939f0b72082166f0fe94e042a7e946b8fad0e

diff --git a/dev-python/vdirsyncer/vdirsyncer-0.16.3.ebuild 
b/dev-python/vdirsyncer/vdirsyncer-0.16.3.ebuild
deleted file mode 100644
index a8b29435dc1..00000000000
--- a/dev-python/vdirsyncer/vdirsyncer-0.16.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-DESCRIPTION="Synchronize calendars and contacts"
-HOMEPAGE="https://github.com/pimutils/vdirsyncer";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/click-5.0[${PYTHON_USEDEP}]
-       >=dev-python/click-log-0.2.0[${PYTHON_USEDEP}]
-       <dev-python/click-log-0.3.0[${PYTHON_USEDEP}]
-       >=dev-python/click-threading-0.2[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.4.1[${PYTHON_USEDEP}]
-       !=dev-python/requests-2.9.0[${PYTHON_USEDEP}]
-       >=dev-python/requests-toolbelt-0.5.0[${PYTHON_USEDEP}]
-       >=dev-python/atomicwrites-0.1.7[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               >=dev-python/hypothesis-3.1[${PYTHON_USEDEP}]
-               dev-python/pytest[${PYTHON_USEDEP}]
-               dev-python/pytest-localserver[${PYTHON_USEDEP}]
-               dev-python/pytest-subtesthack[${PYTHON_USEDEP}]
-       )"
-
-DOCS=( AUTHORS.rst CHANGELOG.rst CONTRIBUTING.rst README.rst config.example )
-
-python_test() {
-       # skip tests needing servers running
-       local -x DAV_SERVER=skip
-       local -x REMOTESTORAGE_SERVER=skip
-       # pytest dies hard if the envvars do not have any value...
-       local -x CI=false
-       local -x DETERMINISTIC_TESTS=false
-       py.test -v || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/vdirsyncer/vdirsyncer-0.16.4.ebuild 
b/dev-python/vdirsyncer/vdirsyncer-0.16.4.ebuild
deleted file mode 100644
index a8b29435dc1..00000000000
--- a/dev-python/vdirsyncer/vdirsyncer-0.16.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-DESCRIPTION="Synchronize calendars and contacts"
-HOMEPAGE="https://github.com/pimutils/vdirsyncer";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/click-5.0[${PYTHON_USEDEP}]
-       >=dev-python/click-log-0.2.0[${PYTHON_USEDEP}]
-       <dev-python/click-log-0.3.0[${PYTHON_USEDEP}]
-       >=dev-python/click-threading-0.2[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.4.1[${PYTHON_USEDEP}]
-       !=dev-python/requests-2.9.0[${PYTHON_USEDEP}]
-       >=dev-python/requests-toolbelt-0.5.0[${PYTHON_USEDEP}]
-       >=dev-python/atomicwrites-0.1.7[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               >=dev-python/hypothesis-3.1[${PYTHON_USEDEP}]
-               dev-python/pytest[${PYTHON_USEDEP}]
-               dev-python/pytest-localserver[${PYTHON_USEDEP}]
-               dev-python/pytest-subtesthack[${PYTHON_USEDEP}]
-       )"
-
-DOCS=( AUTHORS.rst CHANGELOG.rst CONTRIBUTING.rst README.rst config.example )
-
-python_test() {
-       # skip tests needing servers running
-       local -x DAV_SERVER=skip
-       local -x REMOTESTORAGE_SERVER=skip
-       # pytest dies hard if the envvars do not have any value...
-       local -x CI=false
-       local -x DETERMINISTIC_TESTS=false
-       py.test -v || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/vdirsyncer/vdirsyncer-0.16.6.ebuild 
b/dev-python/vdirsyncer/vdirsyncer-0.16.6.ebuild
deleted file mode 100644
index 3388b9ae8c6..00000000000
--- a/dev-python/vdirsyncer/vdirsyncer-0.16.6.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-DESCRIPTION="Synchronize calendars and contacts"
-HOMEPAGE="https://github.com/pimutils/vdirsyncer";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/click-5.0[${PYTHON_USEDEP}]
-       >=dev-python/click-log-0.3.0[${PYTHON_USEDEP}]
-       <dev-python/click-log-0.4.0[${PYTHON_USEDEP}]
-       >=dev-python/click-threading-0.2[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.4.1[${PYTHON_USEDEP}]
-       !=dev-python/requests-2.9.0[${PYTHON_USEDEP}]
-       >=dev-python/requests-toolbelt-0.4.0[${PYTHON_USEDEP}]
-       >=dev-python/atomicwrites-0.1.7[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               >=dev-python/hypothesis-3.1[${PYTHON_USEDEP}]
-               dev-python/pytest[${PYTHON_USEDEP}]
-               dev-python/pytest-localserver[${PYTHON_USEDEP}]
-               dev-python/pytest-subtesthack[${PYTHON_USEDEP}]
-       )"
-
-DOCS=( AUTHORS.rst CHANGELOG.rst CONTRIBUTING.rst README.rst config.example )
-
-python_test() {
-       # skip tests needing servers running
-       local -x DAV_SERVER=skip
-       local -x REMOTESTORAGE_SERVER=skip
-       # pytest dies hard if the envvars do not have any value...
-       local -x CI=false
-       local -x DETERMINISTIC_TESTS=false
-       py.test -v || die "Tests fail with ${EPYTHON}"
-}

Reply via email to