public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/pyliblo/
@ 2016-05-28 16:09 Patrice Clement
  0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2016-05-28 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     8ad1b24dc129b22afce1d63a9e9a83daab0cf2ac
Author:     Karl Linden <karl.j.linden <AT> gmail <DOT> com>
AuthorDate: Fri May 27 12:56:37 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat May 28 15:41:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad1b24d

media-libs/pyliblo: Initial ebuild.

Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1549

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 media-libs/pyliblo/Manifest              |  1 +
 media-libs/pyliblo/metadata.xml          | 12 ++++++++++++
 media-libs/pyliblo/pyliblo-0.10.0.ebuild | 22 ++++++++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/media-libs/pyliblo/Manifest b/media-libs/pyliblo/Manifest
new file mode 100644
index 0000000..6496c02
--- /dev/null
+++ b/media-libs/pyliblo/Manifest
@@ -0,0 +1 @@
+DIST pyliblo-0.10.0.tar.gz 29702 SHA256 fc67f1950b827272b00f9f0dc4ed7113c0ccef0c1c09e9976dead40ebbf1798f SHA512 d2a3d47f6c52d310104256d33fbd5d652ae6bc8cde32c2d3b2f3f407b8a4aba99028e57cd466804d266f63468a6c792760f28a43dbabcfa3330e0a852ee4d4e3 WHIRLPOOL 4f22ac7559251fbf81c7a7cfc1e32f2f3dd981471cd15d7a0b308c3f528f3c53c5f174a3938906b48ce29d0bda8f2291a84fa4e74e069f6ab7dfd4cf5cd8297b

diff --git a/media-libs/pyliblo/metadata.xml b/media-libs/pyliblo/metadata.xml
new file mode 100644
index 0000000..3212694
--- /dev/null
+++ b/media-libs/pyliblo/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<name>Karl Linden</name>
+		<email>karl.j.linden@gmail.com</email>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/media-libs/pyliblo/pyliblo-0.10.0.ebuild b/media-libs/pyliblo/pyliblo-0.10.0.ebuild
new file mode 100644
index 0000000..4e4ce82
--- /dev/null
+++ b/media-libs/pyliblo/pyliblo-0.10.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+inherit distutils-r1
+
+DESCRIPTION="A Python wrapper for the liblo OSC library"
+HOMEPAGE="http://das.nasophon.de/pyliblo"
+SRC_URI="http://das.nasophon.de/download/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND=">=media-libs/liblo-0.27
+	${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+	dev-python/cython[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/pyliblo/
@ 2018-06-26 19:04 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-06-26 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     39a3202066438879c6eeb895bdab152c6690ae26
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 18:59:02 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 19:04:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a32020

media-libs/pyliblo: Support python3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/pyliblo/pyliblo-0.10.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/pyliblo/pyliblo-0.10.0.ebuild b/media-libs/pyliblo/pyliblo-0.10.0.ebuild
index c888c9e2eba..f8533b12693 100644
--- a/media-libs/pyliblo/pyliblo-0.10.0.ebuild
+++ b/media-libs/pyliblo/pyliblo-0.10.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit distutils-r1
 
 DESCRIPTION="A Python wrapper for the liblo OSC library"


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/pyliblo/
@ 2019-06-01 10:54 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-06-01 10:54 UTC (permalink / raw
  To: gentoo-commits

commit:     305e38748bd6cdc35a0e8ede92c0e252b51c0927
Author:     Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Fri May 31 22:31:26 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  1 10:53:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305e3874

media-libs/pyliblo: EAPI=7 bump

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-libs/pyliblo/{pyliblo-0.10.0.ebuild => pyliblo-0.10.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/pyliblo/pyliblo-0.10.0.ebuild b/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild
similarity index 98%
rename from media-libs/pyliblo/pyliblo-0.10.0.ebuild
rename to media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild
index 7a81790300a..3ec1fecff24 100644
--- a/media-libs/pyliblo/pyliblo-0.10.0.ebuild
+++ b/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=7
 
 PYTHON_COMPAT=( python{2_7,3_5,3_6} )
 inherit distutils-r1


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/pyliblo/
@ 2019-06-01 10:54 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-06-01 10:54 UTC (permalink / raw
  To: gentoo-commits

commit:     2c11d6eaca5500d55404fd4226bc1f37cd8f3605
Author:     Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Tue May 21 15:11:48 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  1 10:53:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c11d6ea

media-libs/pyliblo: take maintainership

Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-libs/pyliblo/metadata.xml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/media-libs/pyliblo/metadata.xml b/media-libs/pyliblo/metadata.xml
index 1b2becffa26..511c25a1426 100644
--- a/media-libs/pyliblo/metadata.xml
+++ b/media-libs/pyliblo/metadata.xml
@@ -1,5 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>alexander@tsoy.me</email>
+		<name>Alexander Tsoy</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">dsacre/pyliblo</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/pyliblo/
@ 2019-06-01 10:54 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-06-01 10:54 UTC (permalink / raw
  To: gentoo-commits

commit:     f86e6ff6918bce83837db8200cbcb449c46221f5
Author:     Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Fri May 31 22:32:21 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  1 10:53:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86e6ff6

media-libs/pyliblo: fix license to LGPL-2.1+

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild b/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild
index 3ec1fecff24..1ec36208367 100644
--- a/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild
+++ b/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="A Python wrapper for the liblo OSC library"
 HOMEPAGE="http://das.nasophon.de/pyliblo"
 SRC_URI="http://das.nasophon.de/download/${P}.tar.gz"
 
-LICENSE="LGPL-2.1"
+LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"


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

end of thread, other threads:[~2019-06-01 10:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-01 10:54 [gentoo-commits] repo/gentoo:master commit in: media-libs/pyliblo/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2019-06-01 10:54 Michał Górny
2019-06-01 10:54 Michał Górny
2018-06-26 19:04 Pacho Ramos
2016-05-28 16:09 Patrice Clement

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