public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pxml: pxml-0.2.11.ebuild metadata.xml Manifest ChangeLog
@ 2015-08-04  9:36 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2015-08-04  9:36 UTC (permalink / raw
  To: gentoo-commits

jlec        15/08/04 09:36:40

  Added:                pxml-0.2.11.ebuild metadata.xml Manifest ChangeLog
  Log:
  New package, ebuild written by me
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)

Revision  Changes    Path
1.1                  dev-python/pxml/pxml-0.2.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pxml/pxml-0.2.11.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pxml/pxml-0.2.11.ebuild?rev=1.1&content-type=text/plain

Index: pxml-0.2.11.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pxml/pxml-0.2.11.ebuild,v 1.1 2015/08/04 09:36:40 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} )

inherit distutils-r1

DESCRIPTION="A python library and command-line tool to "prettify" and colorize XML"
HOMEPAGE="https://pypi.python.org/pypi/pxml http://github.com/metagriffin/pxml"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-3+"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"

RDEPEND="
	>=dev-python/blessings-1.5[${PYTHON_USEDEP}]
	>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
	dev-python/setuptools[${PYTHON_USEDEP}]
	test? (
		>=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
	)"

python_test() {
	nosetests --verbose || die
}



1.1                  dev-python/pxml/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pxml/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pxml/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>
	<herd>python</herd>
	<maintainer>
		<email>jlec@gentoo.org</email>
		<name>Justin Lecher</name>
	</maintainer>
</pkgmetadata>



1.1                  dev-python/pxml/Manifest

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pxml/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pxml/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST pxml-0.2.11.tar.gz 21088 SHA256 19edfd55a081fb46066b66fd726691be3416d6f93e80f3d0bb2f2a8d7bacb6c8 SHA512 1b71ca2b5e0e59158f52fbe70ef65f5fc14dec4aec1c7fa79f7fabd8dc33f63f63e70b61ba835d2c21f88c879fa6dd5c4aa7dad97ee49755e4a6844aeceea5e1 WHIRLPOOL 4d170075db8076c0ca94dd1f5ee52f6148c59b1e7cfd07557fe045a31bdf7d9b2f8e1e453ec9643cb4a0b466a7cb1622f02ecf0a8b831d9813a4af27d9f05070
EBUILD pxml-0.2.11.ebuild 761 SHA256 8dfb64907ff41d32138ea648552beccaebf57b71e8776509d5ef245d80cbb3fc SHA512 171a713c08f5450ca4c6aee688ca70ebd01738ea540dfec6582ef1d4cd5791f1a2568248832a6e2df7f6579ee05a4d0c097438e09aa7b1aa18d667dd1b439dad WHIRLPOOL e4e09e4fdaafd787d90971470035fd8d352c6974749f24d8e3b7922281295803a801bd3ca0b9d49671ed3eeb2cd9dfca87de9502f0d4c4e2994c451b51fe0aea
MISC ChangeLog 265 SHA256 c6956c2cde3240c0c908599607492b35f0eabe93a93fecfb99aecd2ccca752b4 SHA512 7e717b802bb53a0e240fddffc1b63e8af97fcc7eeec3b709055b680831136ed2672e44fc158b697fe8097b4dd554bf9837cccc40223a87cec175be530ad99916 WHIRLPOOL c98cd546c9e66c5a4fd6cf60abeca1234acff1349130b8564703aef33ce5318c3e0924c1abbdf2caf98ff8809afb0c43fe9482fc29511dc2a3a7c95ccf0644e8
MISC metadata.xml 251 SHA256 8b0b22eba48717ab7a4a0ed383c379f60346d058e75715c1b7f160e2c4e0cb3c SHA512 0ec94053762de7d8f78ca8b4e17b7ae9d11a4d9e494df840ca2ddaba4f4d186f54f60c4e24b99ad5ea620868bff1bf2fca8f55064f6e5af6e858505b82e9e1e4 WHIRLPOOL 154cf5bddc9a1d1333a590627e9a42c5222e4d1ce48894006593edeb6561e081492bea0d86dc8408b90849cea23b7efc273c1bdc815d2c8d1b96bb9fb8b3824d



1.1                  dev-python/pxml/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pxml/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pxml/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/pxml
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pxml/ChangeLog,v 1.1 2015/08/04 09:36:40 jlec Exp $

*pxml-0.2.11 (04 Aug 2015)

  04 Aug 2015; Justin Lecher <jlec@gentoo.org> +metadata.xml,
  +pxml-0.2.11.ebuild:
  New package, ebuild written by me





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-04  9:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04  9:36 [gentoo-commits] gentoo-x86 commit in dev-python/pxml: pxml-0.2.11.ebuild metadata.xml 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