public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/RecSQL/
@ 2013-03-25 12:01 Alexey Shvetsov
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Shvetsov @ 2013-03-25 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     c0bb1f5c071384fca89ac4e9c4796d958e0dfc32
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 11:35:25 2013 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 11:35:25 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c0bb1f5c

Update deps

Package-Manager: portage-2.2.0_alpha169

---
 dev-python/RecSQL/ChangeLog           |    4 ++++
 dev-python/RecSQL/RecSQL-0.7.8.ebuild |   31 -------------------------------
 dev-python/RecSQL/RecSQL-9999.ebuild  |    4 +++-
 3 files changed, 7 insertions(+), 32 deletions(-)

diff --git a/dev-python/RecSQL/ChangeLog b/dev-python/RecSQL/ChangeLog
index 338c417..5547234 100644
--- a/dev-python/RecSQL/ChangeLog
+++ b/dev-python/RecSQL/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Mar 2013; Alexey Shvetsov <alexxy@gentoo.org> -Manifest,
+  -RecSQL-0.7.8.ebuild, RecSQL-9999.ebuild:
+  Update deps
+
 *RecSQL-0.7.8 (23 Mar 2013)
 *RecSQL-9999 (23 Mar 2013)
 

diff --git a/dev-python/RecSQL/RecSQL-0.7.8.ebuild b/dev-python/RecSQL/RecSQL-0.7.8.ebuild
deleted file mode 100644
index 79c2ba3..0000000
--- a/dev-python/RecSQL/RecSQL-0.7.8.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
-
-if [[ $PV = *9999* ]]; then
-	scm_eclass=git-2
-	EGIT_REPO_URI="
-		git://github.com/orbeckst/${PN}.git
-		https://github.com/orbeckst/${PN}.git"
-	SRC_URI=""
-	KEYWORDS=""
-else
-	scm_eclass=vcs-snapshot
-	SRC_URI="https://github.com/orbeckst/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-inherit eutils distutils-r1 ${scm_eclass}
-
-DESCRIPTION="RecSQL - simple SQL analysis of python records"
-HOMEPAGE="http://orbeckst.github.com/RecSQL/"
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/numpy"
-RDEPEND="${DEPEND}"

diff --git a/dev-python/RecSQL/RecSQL-9999.ebuild b/dev-python/RecSQL/RecSQL-9999.ebuild
index 79c2ba3..1c7d4db 100644
--- a/dev-python/RecSQL/RecSQL-9999.ebuild
+++ b/dev-python/RecSQL/RecSQL-9999.ebuild
@@ -27,5 +27,7 @@ LICENSE="GPL-3"
 SLOT="0"
 IUSE=""
 
-DEPEND="dev-python/numpy"
+DEPEND="
+	dev-lang/python[sqlite]
+	dev-python/numpy"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/RecSQL/
@ 2020-10-07  2:31 Aisha Tammy
  0 siblings, 0 replies; 5+ messages in thread
From: Aisha Tammy @ 2020-10-07  2:31 UTC (permalink / raw
  To: gentoo-commits

commit:     59ca01d66962779b94c754b186081eb11609c9f8
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Oct  7 02:31:10 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Oct  7 02:31:10 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=59ca01d6

dev-python/RecSQL: drop dead package

Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-python/RecSQL/RecSQL-9999.ebuild | 32 --------------------------------
 dev-python/RecSQL/metadata.xml       | 12 ------------
 2 files changed, 44 deletions(-)

diff --git a/dev-python/RecSQL/RecSQL-9999.ebuild b/dev-python/RecSQL/RecSQL-9999.ebuild
deleted file mode 100644
index a31fdeee1..000000000
--- a/dev-python/RecSQL/RecSQL-9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-if [[ $PV = *9999* ]]; then
-	scm_eclass=git-r3
-	EGIT_REPO_URI="
-		git://github.com/orbeckst/${PN}.git
-		https://github.com/orbeckst/${PN}.git"
-	SRC_URI=""
-	KEYWORDS=""
-else
-	scm_eclass=vcs-snapshot
-	SRC_URI="https://github.com/orbeckst/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-inherit eutils distutils-r1 ${scm_eclass}
-
-DESCRIPTION="Simple SQL analysis of python records"
-HOMEPAGE="http://orbeckst.github.com/RecSQL/"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"

diff --git a/dev-python/RecSQL/metadata.xml b/dev-python/RecSQL/metadata.xml
deleted file mode 100644
index a3daeebd2..000000000
--- a/dev-python/RecSQL/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>alexxy@gentoo.org</email>
-		<name>Alexey Shvetsov</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>sci@gentoo.org</email>
-		<name>Gentoo Science Project</name>
-	</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/RecSQL/
@ 2014-01-06 19:27 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2014-01-06 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     9f61f0d770ce7245c2cc8d435a3c433bc3c23be4
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 19:19:06 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 19:19:06 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9f61f0d7

dev-python/RecSQL: Switch from git-2 to git-r3

Package-Manager: portage-2.2.8

---
 dev-python/RecSQL/ChangeLog          | 5 ++++-
 dev-python/RecSQL/RecSQL-9999.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-python/RecSQL/ChangeLog b/dev-python/RecSQL/ChangeLog
index 16c58e0..ef054f3 100644
--- a/dev-python/RecSQL/ChangeLog
+++ b/dev-python/RecSQL/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-python/RecSQL
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Jan 2014; Justin Lecher <jlec@gentoo.org> RecSQL-9999.ebuild:
+  Switch from git-2 to git-r3
+
   26 Mar 2013; Justin Lecher <jlec@gentoo.org> RecSQL-9999.ebuild,
   metadata.xml:
   Enhance python r1 eclass usage

diff --git a/dev-python/RecSQL/RecSQL-9999.ebuild b/dev-python/RecSQL/RecSQL-9999.ebuild
index f823e08..ac14fdb 100644
--- a/dev-python/RecSQL/RecSQL-9999.ebuild
+++ b/dev-python/RecSQL/RecSQL-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_5,2_6,2_7} )
 PYTHON_REQ_USE="sqlite"
 
 if [[ $PV = *9999* ]]; then
-	scm_eclass=git-2
+	scm_eclass=git-r3
 	EGIT_REPO_URI="
 		git://github.com/orbeckst/${PN}.git
 		https://github.com/orbeckst/${PN}.git"


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/RecSQL/
@ 2013-03-26 15:34 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2013-03-26 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     32f0842a64d532a1d2b03eafc1947fd02716d6a3
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 26 15:28:53 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 15:28:53 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=32f0842a

dev-python/RecSQL: Enhance python r1 eclass usage

Package-Manager: portage-2.2.0_alpha169

---
 dev-python/RecSQL/ChangeLog          |    4 ++++
 dev-python/RecSQL/RecSQL-9999.ebuild |    8 ++++----
 dev-python/RecSQL/metadata.xml       |   10 +++++-----
 3 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/dev-python/RecSQL/ChangeLog b/dev-python/RecSQL/ChangeLog
index 5547234..16c58e0 100644
--- a/dev-python/RecSQL/ChangeLog
+++ b/dev-python/RecSQL/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Mar 2013; Justin Lecher <jlec@gentoo.org> RecSQL-9999.ebuild,
+  metadata.xml:
+  Enhance python r1 eclass usage
+
   25 Mar 2013; Alexey Shvetsov <alexxy@gentoo.org> -Manifest,
   -RecSQL-0.7.8.ebuild, RecSQL-9999.ebuild:
   Update deps

diff --git a/dev-python/RecSQL/RecSQL-9999.ebuild b/dev-python/RecSQL/RecSQL-9999.ebuild
index 1c7d4db..f823e08 100644
--- a/dev-python/RecSQL/RecSQL-9999.ebuild
+++ b/dev-python/RecSQL/RecSQL-9999.ebuild
@@ -5,6 +5,7 @@
 EAPI=5
 
 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_REQ_USE="sqlite"
 
 if [[ $PV = *9999* ]]; then
 	scm_eclass=git-2
@@ -21,13 +22,12 @@ fi
 
 inherit eutils distutils-r1 ${scm_eclass}
 
-DESCRIPTION="RecSQL - simple SQL analysis of python records"
+DESCRIPTION="Simple SQL analysis of python records"
 HOMEPAGE="http://orbeckst.github.com/RecSQL/"
+
 LICENSE="GPL-3"
 SLOT="0"
 IUSE=""
 
-DEPEND="
-	dev-lang/python[sqlite]
-	dev-python/numpy"
+DEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"

diff --git a/dev-python/RecSQL/metadata.xml b/dev-python/RecSQL/metadata.xml
index fe31728..098ac09 100644
--- a/dev-python/RecSQL/metadata.xml
+++ b/dev-python/RecSQL/metadata.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci</herd>
-	<maintainer>
-		<email>alexxy@gentoo.org</email>
-		<name>Alexey Shvetsov</name>
-	</maintainer>
+  <herd>sci</herd>
+  <maintainer>
+    <email>alexxy@gentoo.org</email>
+    <name>Alexey Shvetsov</name>
+  </maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/RecSQL/
@ 2013-03-23 11:39 Alexey Shvetsov
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Shvetsov @ 2013-03-23 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     4872dc6f59b85b7b29b24a2077e524012d9c63d7
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 23 11:38:48 2013 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 11:38:48 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4872dc6f

Add RecSQL to tree

Package-Manager: portage-2.2.0_alpha169

---
 dev-python/RecSQL/ChangeLog           |   10 ++++++++++
 dev-python/RecSQL/RecSQL-0.7.8.ebuild |   31 +++++++++++++++++++++++++++++++
 dev-python/RecSQL/RecSQL-9999.ebuild  |   31 +++++++++++++++++++++++++++++++
 dev-python/RecSQL/metadata.xml        |    9 +++++++++
 4 files changed, 81 insertions(+), 0 deletions(-)

diff --git a/dev-python/RecSQL/ChangeLog b/dev-python/RecSQL/ChangeLog
new file mode 100644
index 0000000..338c417
--- /dev/null
+++ b/dev-python/RecSQL/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/RecSQL
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*RecSQL-0.7.8 (23 Mar 2013)
+*RecSQL-9999 (23 Mar 2013)
+
+  23 Mar 2013; Alexey Shvetsov <alexxy@gentoo.org> +RecSQL-0.7.8.ebuild,
+  +RecSQL-9999.ebuild, +metadata.xml:
+  Add RecSQL to tree

diff --git a/dev-python/RecSQL/RecSQL-0.7.8.ebuild b/dev-python/RecSQL/RecSQL-0.7.8.ebuild
new file mode 100644
index 0000000..79c2ba3
--- /dev/null
+++ b/dev-python/RecSQL/RecSQL-0.7.8.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+
+if [[ $PV = *9999* ]]; then
+	scm_eclass=git-2
+	EGIT_REPO_URI="
+		git://github.com/orbeckst/${PN}.git
+		https://github.com/orbeckst/${PN}.git"
+	SRC_URI=""
+	KEYWORDS=""
+else
+	scm_eclass=vcs-snapshot
+	SRC_URI="https://github.com/orbeckst/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+inherit eutils distutils-r1 ${scm_eclass}
+
+DESCRIPTION="RecSQL - simple SQL analysis of python records"
+HOMEPAGE="http://orbeckst.github.com/RecSQL/"
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-python/numpy"
+RDEPEND="${DEPEND}"

diff --git a/dev-python/RecSQL/RecSQL-9999.ebuild b/dev-python/RecSQL/RecSQL-9999.ebuild
new file mode 100644
index 0000000..79c2ba3
--- /dev/null
+++ b/dev-python/RecSQL/RecSQL-9999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+
+if [[ $PV = *9999* ]]; then
+	scm_eclass=git-2
+	EGIT_REPO_URI="
+		git://github.com/orbeckst/${PN}.git
+		https://github.com/orbeckst/${PN}.git"
+	SRC_URI=""
+	KEYWORDS=""
+else
+	scm_eclass=vcs-snapshot
+	SRC_URI="https://github.com/orbeckst/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+inherit eutils distutils-r1 ${scm_eclass}
+
+DESCRIPTION="RecSQL - simple SQL analysis of python records"
+HOMEPAGE="http://orbeckst.github.com/RecSQL/"
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-python/numpy"
+RDEPEND="${DEPEND}"

diff --git a/dev-python/RecSQL/metadata.xml b/dev-python/RecSQL/metadata.xml
new file mode 100644
index 0000000..fe31728
--- /dev/null
+++ b/dev-python/RecSQL/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>sci</herd>
+	<maintainer>
+		<email>alexxy@gentoo.org</email>
+		<name>Alexey Shvetsov</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-07  2:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-25 12:01 [gentoo-commits] proj/sci:master commit in: dev-python/RecSQL/ Alexey Shvetsov
  -- strict thread matches above, loose matches on Subject: below --
2020-10-07  2:31 Aisha Tammy
2014-01-06 19:27 Justin Lecher
2013-03-26 15:34 Justin Lecher
2013-03-23 11:39 Alexey Shvetsov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox