public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/pkgcore/snakeoil:master commit in: /
Date: Fri, 19 Jan 2024 09:59:17 +0000 (UTC)	[thread overview]
Message-ID: <1705658349.c488f5c056a8d6f867b58bd5b78fea2f46c43f66.arthurzam@gentoo> (raw)

commit:     c488f5c056a8d6f867b58bd5b78fea2f46c43f66
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 09:59:09 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 09:59:09 2024 +0000
URL:        https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=c488f5c0

update python version in various places

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 LICENSE    |  2 +-
 README.rst |  6 +++---
 tox.ini    | 24 ++++++++++--------------
 3 files changed, 14 insertions(+), 18 deletions(-)

diff --git a/LICENSE b/LICENSE
index c24d27b9..019d5650 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2007-2021, snakeoil contributors
+Copyright (c) 2007-2024, snakeoil contributors
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without

diff --git a/README.rst b/README.rst
index 570db727..6cc958e9 100644
--- a/README.rst
+++ b/README.rst
@@ -21,14 +21,14 @@ Installing from git::
 
 Installing from a tarball::
 
-    python setup.py install
+    pip install .
 
 Tests
 =====
 
-A standalone test runner is integrated in setup.py; to run, just execute::
+Normal pytest is used, just execute::
 
-    python setup.py test
+    pytest
 
 Using tox for all supported python versions::
 

diff --git a/tox.ini b/tox.ini
index 59feefc5..cd763aaf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,25 +1,21 @@
 [tox]
 envlist = py310, py311, py312, pypy3
+skip_missing_interpreters = True
+isolated_build = True
+
 [testenv]
 # force latest virtualenv/pip
 download = true
-deps = -rrequirements/tox.txt
+extras =
+	test
 commands =
-	pytest --cov {posargs:-v}
+	pytest {posargs}
 
 # build docs
 [testenv:docs]
 skip_install = true
-deps =
-	-rrequirements/dev.txt
-	-rrequirements/docs.txt
-commands =
-	python setup.py build_docs
-
-# build dist files
-[testenv:dist]
-skip_install = true
-deps = -rrequirements/dist.txt
+extras =
+	doc
 commands =
-	python setup.py sdist
-	python setup.py bdist_wheel
+	make man
+	make html


             reply	other threads:[~2024-01-19  9:59 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-19  9:59 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-08 19:43 [gentoo-commits] proj/pkgcore/snakeoil:master commit in: / Arthur Zamarin
2024-01-26 19:50 Arthur Zamarin
2024-01-26  9:19 Arthur Zamarin
2024-01-25 15:41 Arthur Zamarin
2024-01-25 15:41 Arthur Zamarin
2023-12-22 15:04 Arthur Zamarin
2023-12-22 14:59 Arthur Zamarin
2023-03-24 10:55 Arthur Zamarin
2022-12-25 18:20 Arthur Zamarin
2022-12-25 18:11 Arthur Zamarin
2022-12-25 17:49 Arthur Zamarin
2022-12-09 13:50 Arthur Zamarin
2022-11-15  6:24 Arthur Zamarin
2022-11-08 19:22 Arthur Zamarin
2022-11-08 18:38 Arthur Zamarin
2022-11-08 18:38 Arthur Zamarin
2022-11-02 18:53 Arthur Zamarin

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=1705658349.c488f5c056a8d6f867b58bd5b78fea2f46c43f66.arthurzam@gentoo \
    --to=arthurzam@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