public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter-server-proxy/
Date: Sun, 28 Nov 2021 15:09:31 +0000 (UTC)	[thread overview]
Message-ID: <1638112169.752771fb795ec9f2f1554e7fb5bfd29c32c8aeca.andrewammerlaan@gentoo> (raw)

commit:     752771fb795ec9f2f1554e7fb5bfd29c32c8aeca
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 28 14:52:31 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Nov 28 15:09:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752771fb

dev-python/jupyter-server-proxy: new dep of vpython

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/jupyter-server-proxy/Manifest           |  1 +
 .../jupyter-server-proxy-3.1.0.ebuild              | 28 ++++++++++++++++++++++
 dev-python/jupyter-server-proxy/metadata.xml       | 13 ++++++++++
 3 files changed, 42 insertions(+)

diff --git a/dev-python/jupyter-server-proxy/Manifest b/dev-python/jupyter-server-proxy/Manifest
new file mode 100644
index 000000000000..356c8ee07181
--- /dev/null
+++ b/dev-python/jupyter-server-proxy/Manifest
@@ -0,0 +1 @@
+DIST jupyter-server-proxy-3.1.0.tar.gz 84326 BLAKE2B 8de532ba67ea3759e5997d93839b47cc962ddd1f58bb4b594e9949cd1d933147d01f3747b992aec192b84861cb64aeb214eae2ce649978a0faef66c54f9a96de SHA512 6914a322f37f383bc5276cc34607bdd53e2c754564e214cf5fd7295ba6e8e8c89f2f25b23e673e66f575f4cb5ffa757b64cbfd008bc69dffa0480b46be603e66

diff --git a/dev-python/jupyter-server-proxy/jupyter-server-proxy-3.1.0.ebuild b/dev-python/jupyter-server-proxy/jupyter-server-proxy-3.1.0.ebuild
new file mode 100644
index 000000000000..c3146b91e3aa
--- /dev/null
+++ b/dev-python/jupyter-server-proxy/jupyter-server-proxy-3.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Jupyter notebook server extension to proxy web services"
+HOMEPAGE="https://github.com/jupyterhub/jupyter-server-proxy"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+# The GitHub tarball includes the tests, but does not have the js stuff we need
+
+RDEPEND="
+	dev-python/aiohttp[${PYTHON_USEDEP}]
+	>=dev-python/jupyter_server-1.0[${PYTHON_USEDEP}]
+	>=dev-python/simpervisor-0.4[${PYTHON_USEDEP}]
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_install() {
+	distutils-r1_src_install
+	mv "${ED}/usr/etc" "${ED}/etc" || die
+}

diff --git a/dev-python/jupyter-server-proxy/metadata.xml b/dev-python/jupyter-server-proxy/metadata.xml
new file mode 100644
index 000000000000..d9ae49311486
--- /dev/null
+++ b/dev-python/jupyter-server-proxy/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+		<name>Gentoo Science Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">jupyter-server-proxy</remote-id>
+		<remote-id type="github">jupyterhub/jupyter-server-proxy</remote-id>
+	</upstream>
+	<stabilize-allarches/>
+</pkgmetadata>


             reply	other threads:[~2021-11-28 15:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-28 15:09 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-28 19:31 [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter-server-proxy/ Andrew Ammerlaan
2021-12-29 12:42 Andrew Ammerlaan
2022-01-25  8:20 Michał Górny
2022-03-10  7:51 Jakov Smolić
2022-03-24  8:39 Andrew Ammerlaan
2022-09-09  7:23 Arthur Zamarin
2022-10-27 10:23 Andrew Ammerlaan
2022-11-14  4:39 Michał Górny
2023-11-10 13:20 Andrew Ammerlaan
2024-06-12  5:08 Michał Górny
2024-06-12  5:08 Michał Górny
2024-06-12  5:43 Michał Górny
2024-12-05 14:54 Nowa Ammerlaan

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=1638112169.752771fb795ec9f2f1554e7fb5bfd29c32c8aeca.andrewammerlaan@gentoo \
    --to=andrewammerlaan@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