Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/characteristic: characteristic-14.1.0.ebuild metadata.xml Manifest ChangeLog
Date: Tue, 02 Sep 2014 08:14:35
Message-Id: 20140902081431.45BBE47FD@oystercatcher.gentoo.org
1 idella4 14/09/02 08:14:31
2
3 Added: characteristic-14.1.0.ebuild metadata.xml Manifest
4 ChangeLog
5 Log:
6 new package, dep to service_identity, written by me
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.1 dev-python/characteristic/characteristic-14.1.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/characteristic/characteristic-14.1.0.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/characteristic/characteristic-14.1.0.ebuild?rev=1.1&content-type=text/plain
15
16 Index: characteristic-14.1.0.ebuild
17 ===================================================================
18 # Copyright 1999-2014 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/dev-python/characteristic/characteristic-14.1.0.ebuild,v 1.1 2014/09/02 08:14:31 idella4 Exp $
21
22 EAPI=5
23 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
24
25 inherit distutils-r1
26
27 DESCRIPTION="Python attributes without the boilerplate"
28 HOMEPAGE="https://characteristic.readthedocs.org/ https://github.com/hynek/characteristic"
29 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
30
31 LICENSE="MIT"
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 IUSE="doc test"
35
36 RDEPEND=""
37 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
38 test? ( dev-python/pytest[${PYTHON_USEDEP}]
39 dev-python/pytest-cov[${PYTHON_USEDEP}] )
40 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
41
42 python_prepare_all() {
43 # Prevent un-needed download during build
44 sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/conf.py || die
45 distutils-r1_python_prepare_all
46 }
47
48 python_compile_all() {
49 use doc && emake -C docs html
50 }
51
52 python_test() {
53 esetup.py test -a "--cov characteristic --cov-report term-missing"
54 }
55
56 python_install_all() {
57 use doc && local HTML_DOCS=( docs/_build/html/. )
58 distutils-r1_python_install_all
59 }
60
61
62
63 1.1 dev-python/characteristic/metadata.xml
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/characteristic/metadata.xml?rev=1.1&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/characteristic/metadata.xml?rev=1.1&content-type=text/plain
67
68 Index: metadata.xml
69 ===================================================================
70 <?xml version="1.0" encoding="UTF-8"?>
71 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
72 <pkgmetadata>
73 <herd>python</herd>
74 </pkgmetadata>
75
76
77
78 1.1 dev-python/characteristic/Manifest
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/characteristic/Manifest?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/characteristic/Manifest?rev=1.1&content-type=text/plain
82
83 Index: Manifest
84 ===================================================================
85 DIST characteristic-14.1.0.tar.gz 24612 SHA256 91e254948180678dd69e6143202b4686f2fa47cce136936079bb4d9a3b82419d SHA512 21bb40814f405c73471a83e15d1cfb07f74ebd157e647799bedffffd3909271145347eaec8ec09470dddad7224d1a15e8984a75f1fce00bbe20f9e1cb385f9b9 WHIRLPOOL d8044dfcbb7d75a383834bee842bd619b4bec65c8a0f467a563b9a80ee908bcf5c7de791eb220f9ba3b35a259a9ea6c6985f743518e2677d8a03a62db70ad98c
86 EBUILD characteristic-14.1.0.ebuild 1079 SHA256 ad1a814f6f5ebd040bd8f7326d361d6451d93b364861bb7e790230d53f2db766 SHA512 4d343030482ba61b7a4b9e3d77ed5fe5e0104b5c8cdbdfad16fdee031921ab465792978cb3a717500f68692b0f90c87ab79d3781097755882e05e69bcdd95280 WHIRLPOOL 9afb8eecb3f044b0d04ce523c23e3945c6162e25936e1540b7c7eb3d22a83fe5ae882f0ad2399b4758d25bcda8ff1261e4368d0e0a52245f660ef84f25b94e7f
87 MISC metadata.xml 160 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a SHA512 7c02a1de1ddcb6b7c6378cceff0458da3a15d5381417f7cdf01874e7c372664b8899863f41b3a2fd8d6ad67ceb732dac6da0cc17575bf8e3e6d89480417c6628 WHIRLPOOL ed2795e4466eda8c804d5067c87386e269a59fe959393057ca5ddc36851e00f5210c4da1adf4bbdfdbb7d1d3d5c60aced25727ca12fdc8305d9e263a3aca9b13
88
89
90
91 1.1 dev-python/characteristic/ChangeLog
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/characteristic/ChangeLog?rev=1.1&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/characteristic/ChangeLog?rev=1.1&content-type=text/plain
95
96 Index: ChangeLog
97 ===================================================================
98 # ChangeLog for dev-python/characteristic
99 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
100 # $Header: /var/cvsroot/gentoo-x86/dev-python/characteristic/ChangeLog,v 1.1 2014/09/02 08:14:31 idella4 Exp $
101
102 *characteristic-14.1.0 (02 Sep 2014)
103
104 02 Sep 2014; Ian Delaney <idella4@g.o> +characteristic-14.1.0.ebuild,
105 +metadata.xml:
106 new package, dep to service_identity, written by me