Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/queuelib: queuelib-1.1.1.ebuild metadata.xml Manifest ChangeLog
Date: Fri, 06 Dec 2013 05:40:44
Message-Id: 20131206054038.75CC92004B@flycatcher.gentoo.org
1 patrick 13/12/06 05:40:38
2
3 Added: queuelib-1.1.1.ebuild metadata.xml Manifest
4 ChangeLog
5 Log:
6 Initial commit, dependency of scrapy[test], ebuild based on work by likewhoa
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.1 dev-python/queuelib/queuelib-1.1.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/queuelib/queuelib-1.1.1.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/queuelib/queuelib-1.1.1.ebuild?rev=1.1&content-type=text/plain
15
16 Index: queuelib-1.1.1.ebuild
17 ===================================================================
18 # Copyright 1999-2013 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/dev-python/queuelib/queuelib-1.1.1.ebuild,v 1.1 2013/12/06 05:40:38 patrick Exp $
21
22 EAPI=5
23
24 PYTHON_COMPAT=( python2_7 python3_3 )
25
26 inherit vcs-snapshot distutils-r1
27
28 DESCRIPTION="Collection of persistent (disk-based) queues"
29 HOMEPAGE="https://github.com/scrapy/${PN}"
30 SRC_URI="https://github.com/scrapy/${PN}/archive/v${PV}.tar.gz -> ${PN}.tar.gz"
31
32 LICENSE="BSD"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 IUSE="test"
36
37 S="${WORKDIR}/${PN}"
38
39 DEPEND="
40 dev-python/setuptools[${PYTHON_USEDEP}]
41 test? (
42 dev-python/nose[${PYTHON_USEDEP}]
43 )"
44
45 RDEPEND=""
46
47 src_compile() {
48 distutils-r1_src_install
49 }
50
51 python_test() {
52 nosetests queuelib/tests/ || die "Tests failed under ${EPYTHON}"
53 }
54
55 src_install() {
56 distutils-r1_src_install
57 }
58
59
60
61 1.1 dev-python/queuelib/metadata.xml
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/queuelib/metadata.xml?rev=1.1&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/queuelib/metadata.xml?rev=1.1&content-type=text/plain
65
66 Index: metadata.xml
67 ===================================================================
68 <?xml version="1.0" encoding="UTF-8"?>
69 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
70 <pkgmetadata>
71 <herd>python</herd>
72 </pkgmetadata>
73
74
75
76 1.1 dev-python/queuelib/Manifest
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/queuelib/Manifest?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/queuelib/Manifest?rev=1.1&content-type=text/plain
80
81 Index: Manifest
82 ===================================================================
83 DIST queuelib.tar.gz 6969 SHA256 f771790be92a93c49fa6da0cab349d59e481fef784b8230bf9338d9036e90b8e SHA512 54b649d08ca60ed933d862b9d5845af162843f4f077722c78b7c72be4093406cc44182905a2d21235635afc1139974c08c213ccd8a333e72fd94c06adc34497a WHIRLPOOL 808ef3b957315505157fbac019b8ecab729f5c7539edeb289f47af540cc536ca55bcbbf0bd7edab7a105451fdfc9e2d8667409ea09383b7eb4980c22a0bedeea
84 EBUILD queuelib-1.1.1.ebuild 753 SHA256 f25252ba35c47f74b6abb9254ab1d37d551a3943684341d1c09a2d5ef669bbe7 SHA512 e50a0e37424dc395c6524e3fb4841585f20d4a9b30c3305f40c8fe3adee7c0f1bb9006dae092efb4345f714b9a5b19c858547b740b74b4d0742a2fb9b6849f24 WHIRLPOOL fb55d6e07d55cea9fefb145d5502c2fffe598a1235567696f63866871f2e59fe42d9b0f7c682830aa0a884e269c66e84a822af5ad8afd4e1838b3cda33a1b981
85 MISC metadata.xml 160 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a SHA512 7c02a1de1ddcb6b7c6378cceff0458da3a15d5381417f7cdf01874e7c372664b8899863f41b3a2fd8d6ad67ceb732dac6da0cc17575bf8e3e6d89480417c6628 WHIRLPOOL ed2795e4466eda8c804d5067c87386e269a59fe959393057ca5ddc36851e00f5210c4da1adf4bbdfdbb7d1d3d5c60aced25727ca12fdc8305d9e263a3aca9b13
86
87
88
89 1.1 dev-python/queuelib/ChangeLog
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/queuelib/ChangeLog?rev=1.1&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/queuelib/ChangeLog?rev=1.1&content-type=text/plain
93
94 Index: ChangeLog
95 ===================================================================
96 # ChangeLog for dev-python/queuelib
97 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
98 # $Header: /var/cvsroot/gentoo-x86/dev-python/queuelib/ChangeLog,v 1.1 2013/12/06 05:40:38 patrick Exp $
99
100 *queuelib-1.1.1 (06 Dec 2013)
101
102 06 Dec 2013; Patrick Lauer <patrick@g.o> +metadata.xml,
103 +queuelib-1.1.1.ebuild:
104 Initial commit, dependency of scrapy[test], ebuild based on work by likewhoa