prometheanfire    15/04/30 18:58:56

  Added:                metadata.xml semantic_version-2.4.1.ebuild
                        ChangeLog
  Log:
  for kilo
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

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

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/semantic_version/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/semantic_version/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>prometheanf...@gentoo.org</email>
    <name>Matthew Thode</name>
  </maintainer>
  <longdescription lang="en">
    This small python library provides a few tools to handle SemVer in Python. 
It follows strictly the 2.0.0 version of the SemVer scheme.
  </longdescription>
</pkgmetadata>




1.1                  dev-python/semantic_version/semantic_version-2.4.1.ebuild

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

Index: semantic_version-2.4.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/semantic_version/semantic_version-2.4.1.ebuild,v
 1.1 2015/04/30 18:58:56 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="This small python library provides a few tools to handle SemVer in 
Python."
HOMEPAGE="https://pypi.python.org/pypi/semantic_version";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

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



1.1                  dev-python/semantic_version/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/semantic_version
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/semantic_version/ChangeLog,v 1.1 
2015/04/30 18:58:56 prometheanfire Exp $

*semantic_version-2.4.1 (30 Apr 2015)

  30 Apr 2015; Matthew Thode <prometheanf...@gentoo.org> +metadata.xml,
  +semantic_version-2.4.1.ebuild:
  for kilo




Reply via email to