From: "Julien Roy" <julien@jroy.ca> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-oauth2/ Date: Sun, 26 May 2024 12:59:58 +0000 (UTC) [thread overview] Message-ID: <1716727997.338bc832c264a108366edf26acbfa8be4f0d6344.julien@gentoo> (raw) commit: 338bc832c264a108366edf26acbfa8be4f0d6344 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Sun May 26 12:48:29 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Sun May 26 12:53:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=338bc832 dev-python/python-oauth2: treeclean Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-python/python-oauth2/Manifest | 3 -- dev-python/python-oauth2/metadata.xml | 11 -------- .../python-oauth2/python-oauth2-1.1.1-r1.ebuild | 32 ---------------------- 3 files changed, 46 deletions(-) diff --git a/dev-python/python-oauth2/Manifest b/dev-python/python-oauth2/Manifest deleted file mode 100644 index 6e9c045c0..000000000 --- a/dev-python/python-oauth2/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST python-oauth2-1.1.1.tar.gz 45363 BLAKE2B 26d502ab0f577d1ec50462bec50ce43ae94f7fd54ccc9145c731b2c1c2795f84eb939bdaea6fea43b8866076f065700a04f329c84c52114e3455507da0058d10 SHA512 5dad5ebf38298379fb430426f57f705bcfe38137c418d7b5afa837ab2473e699e0bf63cbc2078c28ca87fcdb10303f5a94cc4028739217c352eecb280a8e7847 -EBUILD python-oauth2-1.1.1-r1.ebuild 853 BLAKE2B ccd124326b21dd8a81ae8974d68eb2c8c09bfc3c2cb3f6af4782c1f233b6e88ed5918b50d6b3422e33ec369681f7ecd4fbec80b238f5b39594a9f7dfd31147ef SHA512 d139b094c6ce867bfc2cc37d39c9db6d4eb609c8704cf0f176880e24f8f39c1983a3ea3d21733f46d53302a3feb601e82732326f73481ad0df386b3d9ecca925 -MISC metadata.xml 344 BLAKE2B d89e439120cb6b7ea6e0543dcef2f107af475d9d13b9a5f2c6a79b5da4560434ff59f79929911a6f33f2459087d4001ac86815a3bd7019daa4b502ba72458c81 SHA512 aff830a58350d81f6c73a6a2249654f7b8982557dabe04bace6b05084eb940e94c07899c597f62845579a5d5e1bac2582fca230dfba153ced5581af729237e7f diff --git a/dev-python/python-oauth2/metadata.xml b/dev-python/python-oauth2/metadata.xml deleted file mode 100644 index 1fb0f14ac..000000000 --- a/dev-python/python-oauth2/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>zdanevich.vitaly@ya.ru</email> - </maintainer> - <upstream> - <remote-id type="github">frida/frida</remote-id> - <remote-id type="pypi">python-oauth2</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/python-oauth2/python-oauth2-1.1.1-r1.ebuild b/dev-python/python-oauth2/python-oauth2-1.1.1-r1.ebuild deleted file mode 100644 index d64ad5896..000000000 --- a/dev-python/python-oauth2/python-oauth2-1.1.1-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -PYPI_NO_NORMALIZE=1 -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="OAuth 2.0 provider for python" -HOMEPAGE="https://pypi.python.org/pypi/python-oauth2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -RESTRICT="test" - -RDEPEND="dev-python/pymongo[${PYTHON_USEDEP}] - dev-python/python-memcached[${PYTHON_USEDEP}] - dev-python/redis[${PYTHON_USEDEP}] - dev-python/tornado[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" -# test? ( dev-python/mock[${PYTHON_USEDEP}] -# )" - -#python_test() { -# # Skip tests which require network access -# py.test -k "not (test_access_token_post or test_access_token_get \ -# or test_two_legged_post or test_two_legged_get)" || die \ -# "tests failed with ${EPYTHON}" -#}
WARNING: multiple messages have this Message-ID (diff)
From: "Julien Roy" <julien@jroy.ca> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-oauth2/ Date: Sun, 26 May 2024 12:53:26 +0000 (UTC) [thread overview] Message-ID: <1716727997.338bc832c264a108366edf26acbfa8be4f0d6344.julien@gentoo> (raw) Message-ID: <20240526125326.PTwmcDdfexQ3vBIwyjJWUd-gFl5xZipMOhkhjniE2lI@z> (raw) commit: 338bc832c264a108366edf26acbfa8be4f0d6344 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Sun May 26 12:48:29 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Sun May 26 12:53:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=338bc832 dev-python/python-oauth2: treeclean Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-python/python-oauth2/Manifest | 3 -- dev-python/python-oauth2/metadata.xml | 11 -------- .../python-oauth2/python-oauth2-1.1.1-r1.ebuild | 32 ---------------------- 3 files changed, 46 deletions(-) diff --git a/dev-python/python-oauth2/Manifest b/dev-python/python-oauth2/Manifest deleted file mode 100644 index 6e9c045c0..000000000 --- a/dev-python/python-oauth2/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST python-oauth2-1.1.1.tar.gz 45363 BLAKE2B 26d502ab0f577d1ec50462bec50ce43ae94f7fd54ccc9145c731b2c1c2795f84eb939bdaea6fea43b8866076f065700a04f329c84c52114e3455507da0058d10 SHA512 5dad5ebf38298379fb430426f57f705bcfe38137c418d7b5afa837ab2473e699e0bf63cbc2078c28ca87fcdb10303f5a94cc4028739217c352eecb280a8e7847 -EBUILD python-oauth2-1.1.1-r1.ebuild 853 BLAKE2B ccd124326b21dd8a81ae8974d68eb2c8c09bfc3c2cb3f6af4782c1f233b6e88ed5918b50d6b3422e33ec369681f7ecd4fbec80b238f5b39594a9f7dfd31147ef SHA512 d139b094c6ce867bfc2cc37d39c9db6d4eb609c8704cf0f176880e24f8f39c1983a3ea3d21733f46d53302a3feb601e82732326f73481ad0df386b3d9ecca925 -MISC metadata.xml 344 BLAKE2B d89e439120cb6b7ea6e0543dcef2f107af475d9d13b9a5f2c6a79b5da4560434ff59f79929911a6f33f2459087d4001ac86815a3bd7019daa4b502ba72458c81 SHA512 aff830a58350d81f6c73a6a2249654f7b8982557dabe04bace6b05084eb940e94c07899c597f62845579a5d5e1bac2582fca230dfba153ced5581af729237e7f diff --git a/dev-python/python-oauth2/metadata.xml b/dev-python/python-oauth2/metadata.xml deleted file mode 100644 index 1fb0f14ac..000000000 --- a/dev-python/python-oauth2/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>zdanevich.vitaly@ya.ru</email> - </maintainer> - <upstream> - <remote-id type="github">frida/frida</remote-id> - <remote-id type="pypi">python-oauth2</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/python-oauth2/python-oauth2-1.1.1-r1.ebuild b/dev-python/python-oauth2/python-oauth2-1.1.1-r1.ebuild deleted file mode 100644 index d64ad5896..000000000 --- a/dev-python/python-oauth2/python-oauth2-1.1.1-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -PYPI_NO_NORMALIZE=1 -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="OAuth 2.0 provider for python" -HOMEPAGE="https://pypi.python.org/pypi/python-oauth2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -RESTRICT="test" - -RDEPEND="dev-python/pymongo[${PYTHON_USEDEP}] - dev-python/python-memcached[${PYTHON_USEDEP}] - dev-python/redis[${PYTHON_USEDEP}] - dev-python/tornado[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" -# test? ( dev-python/mock[${PYTHON_USEDEP}] -# )" - -#python_test() { -# # Skip tests which require network access -# py.test -k "not (test_access_token_post or test_access_token_get \ -# or test_two_legged_post or test_two_legged_get)" || die \ -# "tests failed with ${EPYTHON}" -#}
next reply other threads:[~2024-05-26 13:00 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-05-26 12:59 Julien Roy [this message] 2024-05-26 12:53 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-oauth2/ Julien Roy -- strict thread matches above, loose matches on Subject: below -- 2024-04-25 21:49 [gentoo-commits] repo/proj/guru:master " Julien Roy
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=1716727997.338bc832c264a108366edf26acbfa8be4f0d6344.julien@gentoo \ --to=julien@jroy.ca \ --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: linkBe 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