jlec        15/05/29 11:07:29

  Added:                humanfriendly-1.25.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/humanfriendly/humanfriendly-1.25.ebuild

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

Index: humanfriendly-1.25.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/humanfriendly/humanfriendly-1.25.ebuild,v 
1.1 2015/05/29 11:07:29 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} )

inherit distutils-r1

DESCRIPTION="Human friendly output for text interfaces using Python"
HOMEPAGE="https://pypi.python.org/pypi/humanfriendly 
https://humanfriendly.readthedocs.org";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

RDEPEND=""
DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]"

python_test() {
        esetup.py test || die
}



1.1                  dev-python/humanfriendly/metadata.xml

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



1.1                  dev-python/humanfriendly/Manifest

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

Index: Manifest
===================================================================
DIST humanfriendly-1.25.tar.gz 23072 SHA256 
a6811938ff17c3df24c5b91569f44bff17f1ccbb60e0d756a5bfd13b554d479c SHA512 
e62cfcd4f0119830cb21b10eb7514aebe1283fc4dc9cbc22cfad1cb3c73fcad46ac5e4e3a2aa7ccffc5f5b8389d616e1dcaa622fee420c5fcd7138948c69cd54
 WHIRLPOOL 
ef7161c9893b5b59b5b89fce7aabbd4fd8954d316874e53a2352258cdccfe4dbcacb2fc46711490f90fa0f56f19734b6617e5e844c8f004142faac38a890b8c4
EBUILD humanfriendly-1.25.ebuild 601 SHA256 
66bbc542074755326aba116a8f712e8e785363246762ced1726ead615c65940e SHA512 
c70a5ce1b4792e4f2db3e9c9b655eace8f58ef5193d4f4e67e950b11b4859c5f0e1e3418001501a027d51131e445e0dfc75a42f0774fbc14b7d25b988926b2ee
 WHIRLPOOL 
2e9ece3e1bed8effe68cdfb188cee4f78328ae18e6d81b321bab32204e8cbd7460114bfa0581253436b54178dd2cf2c70385547d0f9821cd327af9e2e1cffc1c
MISC ChangeLog 288 SHA256 
03cadf213b93f1eaf03b0e7a97e799cdedb804b359dab99e677dbaf0def354de SHA512 
2a5372e8fe6819cee62b32b78a7ffb163131e3e6f4537aeddadbbb2c991dc04835d49a38b195dcb3892b7574691b04ed0fe2ccd7305551735a5f8c40180d0bd9
 WHIRLPOOL 
44355e7951cc033a094db6fd01b83e33457ba74f44eb5dfa1a7929de26d44da29046c685330956545ad47980219a4a8dd2c70610126440bc865635c20f845eab
MISC metadata.xml 258 SHA256 
f9120561eb5a0eb0be48e47772750941e1a206da5fda56321b45eb76fd145ba7 SHA512 
adbf77e7b9f35851720e2f9ef564420d0d128c19fd2a72cd4c9f25e0261419d46c1f72c45fc7093a00eb15e551a14742f969157fb3356f8a60b3d31dee38c8c2
 WHIRLPOOL 
7811fe6099018241061d288dcc1333c7bad35703bb201f921041c7faeeacb03faf748f1d34699afe4e21b1a3f95149fafbbb18633548dfd344fbb736a3ddf495



1.1                  dev-python/humanfriendly/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/humanfriendly
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/humanfriendly/ChangeLog,v 1.1 
2015/05/29 11:07:29 jlec Exp $

*humanfriendly-1.25 (29 May 2015)

  29 May 2015; Justin Lecher <[email protected]> +humanfriendly-1.25.ebuild,
  +metadata.xml:
  New package, ebuild written by me




Reply via email to