public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/starlette/
Date: Thu, 24 Sep 2020 12:50:55 +0000 (UTC)	[thread overview]
Message-ID: <1600951480.da0cb6100edc3617ebb6f81fd404726481ec3bbd.andrewammerlaan@gentoo> (raw)
Message-ID: <20200924125055.uzNp1vNZDvAuDAL68F86zsEKRiYHdRiH6jND8eclyJI@z> (raw)

commit:     da0cb6100edc3617ebb6f81fd404726481ec3bbd
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Sep 24 12:44:40 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Sep 24 12:44:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da0cb610

dev-python/starlette: bump to py3.7,8

drop py3.6

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/starlette/Manifest                                       | 2 +-
 .../starlette/{starlette-0.13.4.ebuild => starlette-0.13.8.ebuild}  | 6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-python/starlette/Manifest b/dev-python/starlette/Manifest
index 42af9495..a7d4bb05 100644
--- a/dev-python/starlette/Manifest
+++ b/dev-python/starlette/Manifest
@@ -1 +1 @@
-DIST starlette-0.13.4.tar.gz 433353 BLAKE2B 4859132906cc28807171fe72ccb725621f77b502b8fe285663bd494efdb2c44e65079d5fabb37b5ee34a6808d2d66232bf66a5f519a6f0c38b4f734867aa17a2 SHA512 ca986f60f1735b73844648c92aec6f4b3695923c806fcab9321912a38c8e53c6c9cd1373ee4912d7bbfe0052666507ad625ae1d16dbf80459534c066aaec828b
+DIST starlette-0.13.8.tar.gz 435062 BLAKE2B 583b18de31f2d71c45f85f201458b090fcfd8aff3fbc16393842274ea13d57ef07a2fc37bb19039224873d8c52dea5241501feaeddb15dbc5093468907450e1d SHA512 362d5422868aa8541406e8d69a408bc5acdd64989c5f63e6fe3119a2e842eea248bb8646af9c9e0ac35c5c59a91ee1ff15d064c74d7f760ae536193e13ae9ced

diff --git a/dev-python/starlette/starlette-0.13.4.ebuild b/dev-python/starlette/starlette-0.13.8.ebuild
similarity index 93%
rename from dev-python/starlette/starlette-0.13.4.ebuild
rename to dev-python/starlette/starlette-0.13.8.ebuild
index d337b975..b518cf38 100644
--- a/dev-python/starlette/starlette-0.13.4.ebuild
+++ b/dev-python/starlette/starlette-0.13.8.ebuild
@@ -3,13 +3,13 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{7,8} )
 
 DOCBUILDER="mkdocs"
 DOCDEPEND="dev-python/mkdocs-material"
 AUTODOC=1
 
-inherit distutils-r1 docs eutils
+inherit distutils-r1 docs optfeature
 
 DESCRIPTION="The little ASGI framework that shines"
 HOMEPAGE="
@@ -30,8 +30,6 @@ RESTRICT="test"
 DEPEND="test? (
 	dev-python/aiosqlite[${PYTHON_USEDEP}]
 	dev-python/aiofiles[${PYTHON_USEDEP}]
-	dev-python/black[${PYTHON_USEDEP}]
-	dev-python/databases[${PYTHON_USEDEP}]
 	dev-python/isort[${PYTHON_USEDEP}]
 	dev-python/itsdangerous[${PYTHON_USEDEP}]
 	dev-python/jinja[${PYTHON_USEDEP}]


             reply	other threads:[~2020-09-24 12:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-24 13:01 Andrew Ammerlaan [this message]
2020-09-24 12:50 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/starlette/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-12-15 10:35 Andrew Ammerlaan
2021-12-15 10:35 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-05-26 13:42 Andrew Ammerlaan
2020-12-18 19:55 Andrew Ammerlaan
2020-07-05 11:51 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-07-05 11:51 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-02 10:00 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-02 10:00 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-16  9:59 Andrew Ammerlaan
2020-03-24 16:37 Michał Górny

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=1600951480.da0cb6100edc3617ebb6f81fd404726481ec3bbd.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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