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

jlec        15/02/27 15:48:51

  Added:                metadata.xml prompt_toolkit-0.31.ebuild Manifest
                        ChangeLog
  Log:
  New addition, 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/prompt_toolkit/metadata.xml

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

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

Index: prompt_toolkit-0.31.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/prompt_toolkit/prompt_toolkit-0.31.ebuild,v 1.1 2015/02/27 15:48:51 jlec Exp $

EAPI=5

PYTHON_COMPAT=(python2_7 python3_{3,4} )

inherit distutils-r1

DESCRIPTION="Building powerful interactive command lines in Python"
HOMEPAGE="https://pypi.python.org/pypi/prompt_toolkit/ https://github.com/jonathanslenders/python-prompt-toolkit"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

RDEPEND="
	dev-python/pygments[${PYTHON_USEDEP}]
	>=dev-python/six-1.8.0[${PYTHON_USEDEP}]
	dev-python/wcwidth[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"



1.1                  dev-python/prompt_toolkit/Manifest

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

Index: Manifest
===================================================================
DIST prompt_toolkit-0.31.tar.gz 91649 SHA256 fc1b97d3dfd6628a8a8cc518e7d0bd5aac05633249527cd99478e83993ec6b19 SHA512 f2a9fcb916f8678672ec69394329f10bbf08f9240722f668b3cb176f38513295a1cbf6e0a29b73fd5c560fb1e7269d8f191c0473fcb6d237d0e57186cedf1563 WHIRLPOOL 6b4c616ddf12b2f75e9dd3bebd36de387589c4644ef635b265fa14134bcef3af570b03a214c1d4098a0e65b0b87ac96b881fbc83d6a34b6d367e3d8c7bd59f2a
EBUILD prompt_toolkit-0.31.ebuild 658 SHA256 0f8ab6fbb6fb9cbb5c06857a900d39608eff3a70922182a7073943cb333b968e SHA512 e42b52793eb0a7a8772307ed170b5124930ef24afc1f7cb6b050470046cbd0a4885b87fec4c1c8be55b229ebfb45e07f125167a03184cab993a6b47ff0a7f92a WHIRLPOOL eee444cafcc7967ec6dea560aee18925085fe352ffc8f627878a69c56348b6a59ab8b698b6b2e6723734df9fcced01973d7e2d0eed2f77267b30cf1aba9c4bb1
MISC ChangeLog 285 SHA256 716613ee6e4303c417f7f15d6f1d47655412b4d7c2501e1e7a0ac6acf5d80cf9 SHA512 9979d4535759dc3efb3ea98c1a3a2f98a69ffd0385d2d7f73db0a3a8ab39202f4ad376c35f1417f69027625e4c62714f168c7088e8682b7f8f01470977559a90 WHIRLPOOL 7d40df687bfa2a4434849775770a0f2d76e270ca0c159e8b02a9af46c491e72da5a0e4caffc945dfe18e15f233117f741fca82d44703707cfeff891d8cc3c3c2
MISC metadata.xml 236 SHA256 feedd499ae6ddebc364ebb0f38d08bfbcc6b5d499f805a307a9367fb82dd12e8 SHA512 02882c2ecdf4fe400bf3e4455df1feae173e12b6fbb09181ea50541bb9dbf43780a0ab00fa799ccf5b7f2c27dcf9d854e16146cfb336ff3270a7b4369e451860 WHIRLPOOL b6580a9428931142ea961e985e6b5c736ab716eefb85706692c780c11f97d6019be488493c2e2a51b7ae8b480be80276edddb2858fe19684d48df64433475e06



1.1                  dev-python/prompt_toolkit/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/prompt_toolkit
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/prompt_toolkit/ChangeLog,v 1.1 2015/02/27 15:48:51 jlec Exp $

*prompt_toolkit-0.31 (27 Feb 2015)

  27 Feb 2015; Justin Lecher <jlec@gentoo.org> +metadata.xml,
  +prompt_toolkit-0.31.ebuild:
  New addition, written by me





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

only message in thread, other threads:[~2015-02-27 15:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-27 15:48 [gentoo-commits] gentoo-x86 commit in dev-python/prompt_toolkit: metadata.xml prompt_toolkit-0.31.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