public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/filemagic/
@ 2016-05-18 21:55 Austin English
  0 siblings, 0 replies; 4+ messages in thread
From: Austin English @ 2016-05-18 21:55 UTC (permalink / raw
  To: gentoo-commits

commit:     c52d6251d16181f111aefbe88d47e6a4ac21a5b5
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 21:54:07 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed May 18 21:54:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52d6251

dev-python/filemagic: add filemagic-1.6 ebuild

Package-Manager: portage-2.2.26

 dev-python/filemagic/Manifest             |  1 +
 dev-python/filemagic/filemagic-1.6.ebuild | 20 ++++++++++++++++++++
 dev-python/filemagic/metadata.xml         | 15 +++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-python/filemagic/Manifest b/dev-python/filemagic/Manifest
new file mode 100644
index 0000000..6b3f189
--- /dev/null
+++ b/dev-python/filemagic/Manifest
@@ -0,0 +1 @@
+DIST filemagic-1.6.tar.gz 16754 SHA256 e684359ef40820fe406f0ebc5bf8a78f89717bdb7fed688af68082d991d6dbf3 SHA512 2b33b55467d14697ddcee2b1cb69eb41dd51474d2d8d095873f6f6609d77efa295a91bc9b976c9af22983a7cc801e1ea1e55163c18c5b6a41c4e1ff9cf73bb47 WHIRLPOOL 3bc18e084f17d3c74f3ebf5cef4cb884d80bf3fa994358fa5bbb9bf716353fa1cad18a6856f14ce7bad57a07f7180aa4aed47058d557eb445e4a0dc194637032

diff --git a/dev-python/filemagic/filemagic-1.6.ebuild b/dev-python/filemagic/filemagic-1.6.ebuild
new file mode 100644
index 0000000..cb3b965
--- /dev/null
+++ b/dev-python/filemagic/filemagic-1.6.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4,3_5} pypy )
+inherit distutils-r1
+
+DESCRIPTION="A Python API for libmagic, the library behind the Unix file command"
+HOMEPAGE="https://pypi.python.org/pypi/filemagic https://github.com/aliles/filemagic"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+		sys-apps/file"
+RDEPEND=""

diff --git a/dev-python/filemagic/metadata.xml b/dev-python/filemagic/metadata.xml
new file mode 100644
index 0000000..4263866
--- /dev/null
+++ b/dev-python/filemagic/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>wizardedit@gentoo.org</email>
+    <name>Austin English</name>
+  </maintainer>
+  <longdescription>
+      A Python API for libmagic, the library behind the Unix file command
+  </longdescription>
+  <upstream>
+    <remote-id type="github">aliles/filemagic</remote-id>
+    <remote-id type="pypi">kafka-python</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/filemagic/
@ 2017-04-28 15:19 Manuel Rüger
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2017-04-28 15:19 UTC (permalink / raw
  To: gentoo-commits

commit:     7b14d07bc3233e3046cc145cd133604b5c7799b7
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 15:19:20 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 15:19:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b14d07b

dev-python/filemagic: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/filemagic/filemagic-1.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/filemagic/filemagic-1.6.ebuild b/dev-python/filemagic/filemagic-1.6.ebuild
index fa9eed4ff1a..0398d416e17 100644
--- a/dev-python/filemagic/filemagic-1.6.ebuild
+++ b/dev-python/filemagic/filemagic-1.6.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 inherit distutils-r1
 
 DESCRIPTION="A Python API for libmagic, the library behind the Unix file command"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/filemagic/
@ 2019-04-09  3:14 Austin English
  0 siblings, 0 replies; 4+ messages in thread
From: Austin English @ 2019-04-09  3:14 UTC (permalink / raw
  To: gentoo-commits

commit:     1c1896e5e548880e0b81e58d94c2022e557d59d5
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 02:48:40 2019 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 03:12:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c1896e5

dev-python/filemagic: move my packages to maintainer-needed

Signed-off-by: Austin English <wizardedit <AT> gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 dev-python/filemagic/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/filemagic/metadata.xml b/dev-python/filemagic/metadata.xml
index 4263866fda9..a0e20ff90e0 100644
--- a/dev-python/filemagic/metadata.xml
+++ b/dev-python/filemagic/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>wizardedit@gentoo.org</email>
-    <name>Austin English</name>
-  </maintainer>
+  <!-- maintainer-needed -->
   <longdescription>
       A Python API for libmagic, the library behind the Unix file command
   </longdescription>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/filemagic/
@ 2020-04-22  8:15 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2020-04-22  8:15 UTC (permalink / raw
  To: gentoo-commits

commit:     943f921ce3ddeac3a6683859184e509752d6d4b0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 22 06:45:17 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 22 08:15:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943f921c

dev-python/filemagic: Fix remote-id

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/filemagic/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/filemagic/metadata.xml b/dev-python/filemagic/metadata.xml
index a0e20ff90e0..c9027b1e829 100644
--- a/dev-python/filemagic/metadata.xml
+++ b/dev-python/filemagic/metadata.xml
@@ -7,6 +7,6 @@
   </longdescription>
   <upstream>
     <remote-id type="github">aliles/filemagic</remote-id>
-    <remote-id type="pypi">kafka-python</remote-id>
+    <remote-id type="pypi">filemagic</remote-id>
   </upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2020-04-22  8:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-28 15:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/filemagic/ Manuel Rüger
  -- strict thread matches above, loose matches on Subject: below --
2020-04-22  8:15 Michał Górny
2019-04-09  3:14 Austin English
2016-05-18 21:55 Austin English

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