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

jlec        15/03/03 18:38:51

  Added:                metadata.xml pyte-0.4.9.ebuild Manifest ChangeLog
  Log:
  New package written by me
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.1                  dev-python/pyte/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyte/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyte/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/pyte/pyte-0.4.9.ebuild

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

Index: pyte-0.4.9.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyte/pyte-0.4.9.ebuild,v 1.1 2015/03/03 18:38:51 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} )

inherit distutils-r1

DESCRIPTION="Simple VTXXX-compatible terminal emulator"
HOMEPAGE="https://pypi.python.org/pypi/pyte/ https://github.com/selectel/pyte"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

RDEPEND=""
DEPEND="${RDEPEND}
	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
"

python_test() {
	esetup.py test
}



1.1                  dev-python/pyte/Manifest

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

Index: Manifest
===================================================================
DIST pyte-0.4.9.tar.gz 43730 SHA256 3b1d3b9df29e24f6ae3e9c277d830a01bbb610bf88e6bb4c8255a25c00472ba3 SHA512 551f464282db7bd4eadf53358619651a6bac59868939f30ee3f33255a275ec321d773c075e786f28861824ed005282ec7aac11a63ced173fe8a1aacbfa9e2e0c WHIRLPOOL 20eac26136cdc906d40ea0b409be99959443fd2b24143a29223f78f42986f52f4e4b99c0817a22ed0edcf2b59e1d5961fac0cf4cc32d1430f71f64b532b9e951
EBUILD pyte-0.4.9.ebuild 582 SHA256 97ff505f4852d4b8666d186cb0c2a37f99de6b61ae8b4e96cb35f98d2c816573 SHA512 60188b9492c72cb8565891fbd2200c0eccd33ae4b015c44fd3d9cd4c31f011e7bc48bacc3c002657ce30093d7d76d783c6fef646defcf9efe94ae374d5da82ad WHIRLPOOL 3bc0e536fb7c28b90b9cc06186e3f01b87cd9cdcf8b01e6a072e2859d0392cb8e42cb63313a3f1360ac5e8168db8c7f8f3c265e330c2dff269fc9a27c9ea8ef5
MISC ChangeLog 255 SHA256 7393997d3ecfcaba82a4b66cf2231e9c88c363f53ae2c5ccf314de55d38bb9cc SHA512 ec40ce1a94147c7120c743e28dcf99865af718daaf26ab1e1545cfcc28a1d2ebe74c746f61b4c1e431b6e44337e28f48e16a373bb3df5c5fd630536d6aab6f17 WHIRLPOOL 495a8bf4fc56558402ac31f5ac31229180ceed87ccd331c8ed3b0998b7483abf1268521be6df1a73126d76fc4c308db0dcbb0f59f22d5630e1d4438cad1f5208
MISC metadata.xml 236 SHA256 feedd499ae6ddebc364ebb0f38d08bfbcc6b5d499f805a307a9367fb82dd12e8 SHA512 02882c2ecdf4fe400bf3e4455df1feae173e12b6fbb09181ea50541bb9dbf43780a0ab00fa799ccf5b7f2c27dcf9d854e16146cfb336ff3270a7b4369e451860 WHIRLPOOL b6580a9428931142ea961e985e6b5c736ab716eefb85706692c780c11f97d6019be488493c2e2a51b7ae8b480be80276edddb2858fe19684d48df64433475e06



1.1                  dev-python/pyte/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/pyte
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyte/ChangeLog,v 1.1 2015/03/03 18:38:51 jlec Exp $

*pyte-0.4.9 (03 Mar 2015)

  03 Mar 2015; Justin Lecher <jlec@gentoo.org> +metadata.xml,
  +pyte-0.4.9.ebuild:
  New package written by me





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

only message in thread, other threads:[~2015-03-03 18:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-03 18:38 [gentoo-commits] gentoo-x86 commit in dev-python/pyte: metadata.xml pyte-0.4.9.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