From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/olefile/
Date: Tue, 11 Jul 2017 20:33:44 +0000 (UTC) [thread overview]
Message-ID: <1499804415.c86f743a40ce02e82f70dd8ef115cb9eee93c0f9.bicatali@gentoo> (raw)
commit: c86f743a40ce02e82f70dd8ef115cb9eee93c0f9
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 11 18:22:05 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Jul 11 20:20:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c86f743a
dev-python/olefile: initial import, needed for dev-python/pillow
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/olefile/Manifest | 1 +
dev-python/olefile/metadata.xml | 12 ++++++++++++
dev-python/olefile/olefile-0.44.ebuild | 29 +++++++++++++++++++++++++++++
3 files changed, 42 insertions(+)
diff --git a/dev-python/olefile/Manifest b/dev-python/olefile/Manifest
new file mode 100644
index 00000000000..ccefb55d7f7
--- /dev/null
+++ b/dev-python/olefile/Manifest
@@ -0,0 +1 @@
+DIST olefile-0.44.tar.gz 57903 SHA256 021fbed5c539881d7f1360fb27e942fdfa7c78006bed39e6cd6f3dd9e7bd68da SHA512 92b6ad1bced5b2c8e5332a01e5a2e59527ec2303046d0babd665b0f02fe56966574eff56619de168c50f1ea40df2e61ce589ee61b634222146d049b129514c65 WHIRLPOOL 518a1a29fd3390f816db85a2de4918aa2f81b9d6402faf1c6b410c88a13402139e560d3564da60c75bfd6eba93f5351d8d69581b5e643d259fb421edae9a18e6
diff --git a/dev-python/olefile/metadata.xml b/dev-python/olefile/metadata.xml
new file mode 100644
index 00000000000..f67f501f4ef
--- /dev/null
+++ b/dev-python/olefile/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="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">olefile</remote-id>
+ <remote-id type="github">python-imaging/Pillow</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/olefile/olefile-0.44.ebuild b/dev-python/olefile/olefile-0.44.ebuild
new file mode 100644
index 00000000000..5770e4e1899
--- /dev/null
+++ b/dev-python/olefile/olefile-0.44.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python package to parse, read and write Microsoft OLE2 files"
+HOMEPAGE="https://www.decalage.info/olefile"
+SRC_URI="https://github.com/decalage2/${PN}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+python_compile_all() {
+ if use doc; then
+ emake -C doc html
+ HTML_DOCS=( doc/_build/html/. )
+ fi
+
+}
next reply other threads:[~2017-07-11 20:33 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-11 20:33 Sebastien Fabbro [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 16:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/olefile/ Michał Górny
2024-09-07 6:13 Arthur Zamarin
2024-05-11 11:05 Michał Górny
2023-12-20 15:51 Michał Górny
2023-12-20 15:49 Michał Górny
2023-12-04 18:39 Michał Górny
2023-05-25 16:27 Michał Górny
2023-05-25 16:27 Michał Górny
2022-06-12 14:25 Michał Górny
2022-06-12 12:46 Sam James
2022-05-11 6:19 Michał Górny
2022-05-11 6:19 Michał Górny
2022-04-26 3:32 Sam James
2022-01-06 22:59 James Le Cuirot
2021-09-23 20:13 Sam James
2021-08-28 8:16 Arthur Zamarin
2021-08-28 8:16 Arthur Zamarin
2021-06-22 17:01 Marek Szuba
2021-05-07 11:58 Michał Górny
2021-02-14 3:08 Sam James
2020-11-19 19:52 Michał Górny
2020-09-28 15:53 Michał Górny
2020-08-09 16:56 Sergei Trofimovich
2020-06-05 13:13 Michał Górny
2020-03-28 11:21 Michał Górny
2019-12-17 7:27 Sergei Trofimovich
2019-11-25 12:35 Michał Górny
2019-11-24 19:31 Michał Górny
2019-06-05 7:12 Agostino Sarubbo
2019-06-04 13:17 Agostino Sarubbo
2019-05-02 21:24 Mikle Kolyada
2019-04-16 23:29 Aaron Bauman
2019-04-01 19:58 Thomas Deutschmann
2019-03-20 11:23 Mikle Kolyada
2019-03-16 21:39 Agostino Sarubbo
2019-03-10 22:20 Jeroen Roovers
2019-01-02 3:30 Matt Turner
2018-12-29 12:05 Sergei Trofimovich
2018-12-29 12:05 Sergei Trofimovich
2018-12-09 9:58 Mikle Kolyada
2018-10-07 22:04 Matt Turner
2018-10-07 22:04 Matt Turner
2018-10-05 4:10 Thomas Deutschmann
2018-10-01 13:07 Virgil Dupras
2018-09-16 19:07 Virgil Dupras
2018-09-07 18:46 Virgil Dupras
2018-08-25 18:15 Sergei Trofimovich
2018-08-25 18:15 Sergei Trofimovich
2018-08-08 21:14 Mikle Kolyada
2018-08-05 11:33 Sergei Trofimovich
2018-08-05 11:33 Sergei Trofimovich
2018-07-26 21:00 Virgil Dupras
2018-07-26 20:00 Virgil Dupras
2018-07-16 1:22 Mikle Kolyada
2018-03-31 19:25 Mart Raudsepp
2017-07-11 20:33 Sebastien Fabbro
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1499804415.c86f743a40ce02e82f70dd8ef115cb9eee93c0f9.bicatali@gentoo \
--to=bicatali@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox