Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
Date: Wed, 05 Aug 2020 15:18:39
Message-Id: 1596640699.3cbcb115ec9140498aa491f226c00bdee2a2382b.mgorny@gentoo
1 commit: 3cbcb115ec9140498aa491f226c00bdee2a2382b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 5 15:12:26 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 5 15:18:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbcb115
7
8 dev-python/sybil: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sybil/Manifest | 1 -
13 dev-python/sybil/sybil-1.2.2.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
17 index 2a6acc4ef5e..814f2ae9b58 100644
18 --- a/dev-python/sybil/Manifest
19 +++ b/dev-python/sybil/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST sybil-1.2.2.tar.gz 29182 BLAKE2B d0d9a0a2e5117efd36e7561f74d31283fa25ea0210e0796fe1a1cc4247712bff0e3ac329781987b5ba805ccd2cddf01eec2672d5e2677422d1ed378068482da5 SHA512 c1785c00ce1dfdaf85d13db976f28062c09c47974107bc2af54c3bd9bf4ad5124c9b52321f3350fb1cc50aefdf72f2a9b6b22fc766b139516ff7979864604735
22 DIST sybil-1.3.0.tar.gz 29296 BLAKE2B a7f08f6374e12213b644685276832eca849c85e85c8aaf0a37bdfdbf648e0e0e4c2b3d1a4dc7038c91fe8d64aa476d96bf87fa3a5f2f11a955b758182411763d SHA512 fc478896bb1958303ffcac6d35993b2785a50c6c221848d83c92c158a27fff059491aa3baaddd0b56e040fe6c07b764aa33c69204750de9ad351084b2815fd47
23 DIST sybil-1.3.1.tar.gz 29392 BLAKE2B a7736bed59e444bcd42f5fdf720e08680d827eef9043b318abda08d427e25eeec9ba3acf9bfa251c584e0960c3d3b10fecaf8367742f29230421bec594cf3e59 SHA512 7bd39707babb15ed7ec99ecd640d983d4e71519efe7490230fe0be4e0111bc0b0957797b19292519b6c09965669251788f1d2c0baf9f179856f28e6aeb5ecc52
24
25 diff --git a/dev-python/sybil/sybil-1.2.2.ebuild b/dev-python/sybil/sybil-1.2.2.ebuild
26 deleted file mode 100644
27 index 3e88978fa0f..00000000000
28 --- a/dev-python/sybil/sybil-1.2.2.ebuild
29 +++ /dev/null
30 @@ -1,22 +0,0 @@
31 -# Copyright 2019-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DISTUTILS_USE_SETUPTOOLS=rdepend
37 -PYTHON_COMPAT=( python3_{6,7,8} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Automated testing for the examples in your documentation"
41 -HOMEPAGE="https://github.com/cjw296/sybil"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -
48 -# nose is used to test nosetests integration
49 -BDEPEND="
50 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
51 -
52 -distutils_enable_tests pytest