public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-os/
Date: Sun, 14 Oct 2018 19:44:05 +0000 (UTC)	[thread overview]
Message-ID: <1539546225.ee5552db93682950ab9b6d87214f3fde209841c4.pacho@gentoo> (raw)

commit:     ee5552db93682950ab9b6d87214f3fde209841c4
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 14 19:35:06 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 14 19:43:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee5552db

dev-python/backports-os: New package needed for noto-emoji

Bug: https://bugs.gentoo.org/616974
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/backports-os/Manifest                  |  1 +
 dev-python/backports-os/backports-os-0.1.1.ebuild | 41 +++++++++++++++++++++++
 dev-python/backports-os/metadata.xml              | 11 ++++++
 3 files changed, 53 insertions(+)

diff --git a/dev-python/backports-os/Manifest b/dev-python/backports-os/Manifest
new file mode 100644
index 00000000000..c248a5bc8d5
--- /dev/null
+++ b/dev-python/backports-os/Manifest
@@ -0,0 +1 @@
+DIST backports-os-0.1.1.tar.gz 11359 BLAKE2B 8c1f9ba4d62d9b6b625d31c902feb7532919a0a42064133ef07756a3806a6423a479f5b3c4c9824ebb421a9e1901d8932aa024ced7dd7700119236c186d11137 SHA512 d17c5f6146401fa96c02f2d848d515a5d1dd587ee2199b5e45c177e1853e21e7e7c205a4d89322c5aada71e3a7b34bc7f9afe8183625f76e4ba26aedf2150268

diff --git a/dev-python/backports-os/backports-os-0.1.1.ebuild b/dev-python/backports-os/backports-os-0.1.1.ebuild
new file mode 100644
index 00000000000..0e97f3e2dd1
--- /dev/null
+++ b/dev-python/backports-os/backports-os-0.1.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
+inherit distutils-r1
+
+DESCRIPTION="Backport of new features in Python's os module"
+HOMEPAGE="https://github.com/pjdelport/backports.os"
+SRC_URI="https://github.com/pjdelport/backports.os/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="PYTHON"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+	dev-python/backports[${PYTHON_USEDEP}]
+	dev-python/future[${PYTHON_USEDEP}]
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${P/-/.}"
+
+src_prepare() {
+	export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
+	distutils-r1_src_prepare
+}
+
+python_test() {
+	esetup.py test
+}
+
+python_install() {
+	distutils-r1_python_install
+	# main namespace provided by dev-python/backports
+	rm "${ED}/$(python_get_sitedir)"/backports/__init__.py* || die
+	rm -rf "${ED}/$(python_get_sitedir)"/backports/__pycache__ || die
+}

diff --git a/dev-python/backports-os/metadata.xml b/dev-python/backports-os/metadata.xml
new file mode 100644
index 00000000000..6f1c50934c2
--- /dev/null
+++ b/dev-python/backports-os/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>pacho@gentoo.org</email>
+		<name>Pacho Ramos</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="sourceforge">blobwars</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2018-10-14 19:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-14 19:44 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-12-11 14:43 [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-os/ Michał Górny
2020-08-01 21:48 Michał Górny
2019-11-23 19:28 Matt Turner
2019-08-11 11:50 David Seifert
2019-01-26 12:53 Pacho Ramos
2018-10-14 19:46 Pacho Ramos
2018-10-14 19:44 Pacho Ramos

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=1539546225.ee5552db93682950ab9b6d87214f3fde209841c4.pacho@gentoo \
    --to=pacho@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