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

jlec        15/08/07 09:22:47

  Added:                bumpversion-0.5.3.ebuild metadata.xml Manifest
                        ChangeLog
  Log:
  New package, ebuild written by me
  
  Signed-off-by: Justin Lecher <jlec@gentoo.org>
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)

Revision  Changes    Path
1.1                  dev-util/bumpversion/bumpversion-0.5.3.ebuild

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

Index: bumpversion-0.5.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/bumpversion/bumpversion-0.5.3.ebuild,v 1.1 2015/08/07 09:22:46 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )

inherit distutils-r1

DESCRIPTION="Version-bump your software with a single command"
HOMEPAGE="https://pypi.python.org/pypi/bumpversion https://github.com/peritus/bumpversion"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

RDEPEND=""
DEPEND="${RDEPEND}
	dev-python/setuptools[${PYTHON_USEDEP}]
	test? (
		dev-python/configparser[$(python_gen_usedep "python2*" pypy)]
		dev-python/mock[${PYTHON_USEDEP}]
		dev-python/pytest[${PYTHON_USEDEP}]
	)
"

# Not included
# https://github.com/peritus/bumpversion/issues/108
RESTRICT=test

python_test() {
	py.test || die
}



1.1                  dev-util/bumpversion/metadata.xml

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

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

Index: Manifest
===================================================================
DIST bumpversion-0.5.3.tar.gz 16596 SHA256 6744c873dd7aafc24453d8b6a1a0d6d109faf63cd0cd19cb78fd46e74932c77e SHA512 2dc507be98838e4a389502cbdae08d23bad465b171923e15c40ae16da2cc9529c71dfc40213c47d23da363257b363fd5786a5661a4a6d6b568b5f8b2cf8af959 WHIRLPOOL acf125d91110edf8f02554ee9a4d30a5dfe235ffa51b8f86bc9c6298d45629d8ce56df48ef5a214351a834973dd9fe5a3eee0d1d23a99ab1ed53158da7aaa595
EBUILD bumpversion-0.5.3.ebuild 829 SHA256 4611f2a18d80be5b2575f1467bb1418c04f61cf6ae64ab09fae0ee88e5328d22 SHA512 6108f38483ef73b9851d566bba46aa4125172f3a7c738ffd3006be15959b21156e93512370331c527fde0bad60f3c77d22e24085d7123a4a703589a81a73534a WHIRLPOOL e4c110c5a5fad29b8b1181e8dad00c5714f852256595354292231d06158c92a0d6261c1a84ac02793b08886f34f6d2dc92a54ff6977e9c7b2fa2d729ebed10ae
MISC ChangeLog 282 SHA256 a459e361b24d3fc66ff8a3964e070a37a86b81620b6f6d3b3bc70406e7140e14 SHA512 0d5b74e54a5cf32546320d76e88b308ebed3918d9640134b8dae4500174f172c49e749dc82bc629451aecadbcabc6f90cce0b883ff36545d1f1df029e3a1a1eb WHIRLPOOL c63de8bfd067e22a3321ad322c9991067e9b72659ed7e571f4be24353ffde363cac22c184df8fa98ec45bb7b13c2d3a86a73b9b52726658c10d4e44b9ef12f8f
MISC metadata.xml 230 SHA256 153fa64ffd3f891f7256189b1f03d8faeb6a200bb50ac896b361d43975aea8d6 SHA512 3768626803a6766c9712a182a330f6a7c570a934ab4981db16fc0fa2e08ca9f3b078b34326efe771eb62ce19b1bee65e60b536f7ed0b2833d4fff00c5085ea61 WHIRLPOOL e607ebf09e4635a9dc629aa1a3ae9cbbb12a0458b7430a4fc9ca10d3a6cf00b3809516f8244913b17f5a21d78c10f82fbead1434fcb7ed6fe74c53a2f4d34fe1



1.1                  dev-util/bumpversion/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-util/bumpversion
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/bumpversion/ChangeLog,v 1.1 2015/08/07 09:22:46 jlec Exp $

*bumpversion-0.5.3 (07 Aug 2015)

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





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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-07  9:22 [gentoo-commits] gentoo-x86 commit in dev-util/bumpversion: bumpversion-0.5.3.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