idella4     15/06/14 15:58:18

  Modified:             ChangeLog
  Added:                flask-evolution-0.6.ebuild
  Log:
  bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.8                  dev-python/flask-evolution/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-evolution/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-evolution/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-evolution/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-evolution/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   3 Jun 2015 18:37:01 -0000       1.7
+++ ChangeLog   14 Jun 2015 15:58:18 -0000      1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/flask-evolution
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-evolution/ChangeLog,v 1.7 
2015/06/03 18:37:01 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-evolution/ChangeLog,v 1.8 
2015/06/14 15:58:18 idella4 Exp $
+
+*flask-evolution-0.6 (14 Jun 2015)
+
+  14 Jun 2015; Ian Delaney <[email protected]> +flask-evolution-0.6.ebuild:
+  bump
 
   03 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Add pypi to remote-id in metadata.xml



1.1                  dev-python/flask-evolution/flask-evolution-0.6.ebuild

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

Index: flask-evolution-0.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/flask-evolution/flask-evolution-0.6.ebuild,v 
1.1 2015/06/14 15:58:18 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

MY_PN="Flask-Evolution"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Simple migrations for Flask/SQLAlchemy projects"
HOMEPAGE="http://pypi.python.org/pypi/Flask-Evolution";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

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

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

S="${WORKDIR}/${MY_P}"




Reply via email to