* [gentoo-commits] gentoo-x86 commit in dev-python/blessings: metadata.xml blessings-1.6.ebuild Manifest ChangeLog
@ 2015-02-17 12:36 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2015-02-17 12:36 UTC (permalink / raw
To: gentoo-commits
jlec 15/02/17 12:36:20
Added: metadata.xml blessings-1.6.ebuild Manifest
ChangeLog
Log:
New addition
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path
1.1 dev-python/blessings/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blessings/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blessings/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>jlec@gentoo.org</email>
<name>Justin Lecher</name>
</maintainer>
</pkgmetadata>
1.1 dev-python/blessings/blessings-1.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blessings/blessings-1.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blessings/blessings-1.6.ebuild?rev=1.1&content-type=text/plain
Index: blessings-1.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/blessings/blessings-1.6.ebuild,v 1.1 2015/02/17 12:36:20 jlec Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4} )
inherit distutils-r1
DESCRIPTION="A thin, practical wrapper around terminal coloring, styling, and positioning"
HOMEPAGE="https://github.com/erikrose/blessings https://pypi.python.org/pypi/blessings/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DEPEND="dev-python/nose[${PYTHON_USEDEP}]"
python_test() {
nosetests --verbosity=3 ${PN} || die
}
1.1 dev-python/blessings/Manifest
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blessings/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blessings/Manifest?rev=1.1&content-type=text/plain
Index: Manifest
===================================================================
DIST blessings-1.6.tar.gz 19974 SHA256 edc5713061f10966048bf6b40d9a514b381e0ba849c64e034c4ef6c1847d3007 SHA512 5d0fc365416bf2b36b6de72f6b8c01bf0ab8df4a0148f492c80056a9ebd5d569e9c01966481e0d70a25add16da2bc3e73be933226369abca533ce019f97479f2 WHIRLPOOL 44dc96c1da174465b5dc3dd38c4d7ccc17408d072d290819c52d33e7e249bbbf428c7ee217faf3ec6acbe1e620b5e0cb2627c4dc3f0162cb21a810ce50e8b1c6
EBUILD blessings-1.6.ebuild 610 SHA256 f68cdc80124904195f7061301b218d05fa7cc21031c303f3b2e414bf228e6ce9 SHA512 8cda0507fbdb10e3378b69a5f7b769d01507f046aa12251ca0255f4c4690a3cc5431e4eed397b804e38ed88abd6135e604a49a4b69bac3dcba926c031c1d2cbc WHIRLPOOL 56102f210d06fad632faf60d037e41183c1839c14c3def067a0e72d8160158ea082558e35dda9ece87979798b842508912ddf6bdbc84778b7c284dc21130a7ca
MISC ChangeLog 253 SHA256 e5f19c8f3c16f9bc4235c2927544007806f292529a614dd8ff6813824bc5eb7c SHA512 54fdeab819f1a366fda4356350bfcc38db4fe9c0b3bce4db8f5af2121e74002e0c1f4e17974f624d9ef40bf150c516d93fed1e5debe9c2f3d5285191dba4eae0 WHIRLPOOL 0988dd5e9a06e692e6defc5f47b0ff6b22ebba5f721858257ad3df1871a6c4a9fe9637a10d4f3393d9722ff88e2d87f93d5db52fed6e2d70e871d9e15e381324
MISC metadata.xml 236 SHA256 feedd499ae6ddebc364ebb0f38d08bfbcc6b5d499f805a307a9367fb82dd12e8 SHA512 02882c2ecdf4fe400bf3e4455df1feae173e12b6fbb09181ea50541bb9dbf43780a0ab00fa799ccf5b7f2c27dcf9d854e16146cfb336ff3270a7b4369e451860 WHIRLPOOL b6580a9428931142ea961e985e6b5c736ab716eefb85706692c780c11f97d6019be488493c2e2a51b7ae8b480be80276edddb2858fe19684d48df64433475e06
1.1 dev-python/blessings/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blessings/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blessings/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-python/blessings
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/blessings/ChangeLog,v 1.1 2015/02/17 12:36:20 jlec Exp $
*blessings-1.6 (17 Feb 2015)
17 Feb 2015; Justin Lecher <jlec@gentoo.org> +blessings-1.6.ebuild,
+metadata.xml:
New addition
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-02-17 12:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-17 12:36 [gentoo-commits] gentoo-x86 commit in dev-python/blessings: metadata.xml blessings-1.6.ebuild Manifest ChangeLog Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox