Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setuptools_scm_git_archive is obsolete #515

Closed
SnarkBoojum opened this issue Jul 4, 2022 · 1 comment · Fixed by #628
Closed

setuptools_scm_git_archive is obsolete #515

SnarkBoojum opened this issue Jul 4, 2022 · 1 comment · Fixed by #628
Labels
enhancement Improvement good first issue This is what we believe is newcomer-friendly, feel free to contribute!

Comments

@SnarkBoojum
Copy link

Since version 7, setuptools_scm has native support for git archive, so the project is obsolete and its homepage is a porting guide.

@SnarkBoojum SnarkBoojum added bug Something is broken triage labels Jul 4, 2022
@webknjaz webknjaz added enhancement Improvement good first issue This is what we believe is newcomer-friendly, feel free to contribute! and removed bug Something is broken triage labels Sep 18, 2022
@webknjaz
Copy link
Member

webknjaz commented May 8, 2023

Whoever gets to contribute this, should follow hints on making deps conditional per sphinx-contrib/sphinxcontrib-towncrier#80 (comment).

serhii73 added a commit to serhii73/cheroot that referenced this issue May 9, 2023
serhii73 added a commit to serhii73/cheroot that referenced this issue May 14, 2023
`setuptools-scm` support Git archives natively starting v7 but it only
supports Python 3.7 or higher. This patch makes up a set of
conditional build dependencies that add `setuptools-scm-git-archive`
only below Python 3.7 and in combination with an older version of
`setuptools-scm`. Close cherrypy#515
serhii73 added a commit to serhii73/cheroot that referenced this issue May 15, 2023
`setuptools-scm` support Git archives natively starting v7 but it only
supports Python 3.7 or higher. This patch makes up a set of
conditional build dependencies that add `setuptools-scm-git-archive`
only below Python 3.7 and in combination with an older version of
`setuptools-scm`. Close cherrypy#515
serhii73 added a commit to serhii73/cheroot that referenced this issue May 15, 2023
`setuptools-scm` support Git archives natively starting v7 but it only
supports Python 3.7 or higher. This patch makes up a set of
conditional build dependencies that add `setuptools-scm-git-archive`
only below Python 3.7 and in combination with an older version of
`setuptools-scm`. Close cherrypy#515
serhii73 added a commit to serhii73/cheroot that referenced this issue May 17, 2023
`setuptools-scm` support Git archives natively starting v7 but it only
supports Python 3.7 or higher. This patch makes up a set of
conditional build dependencies that add `setuptools-scm-git-archive`
only below Python 3.7 and in combination with an older version of
`setuptools-scm`. Close cherrypy#515
serhii73 added a commit to serhii73/cheroot that referenced this issue May 17, 2023
`setuptools-scm` support Git archives natively starting v7 but it only
supports Python 3.7 or higher. This patch makes up a set of
conditional build dependencies that add `setuptools-scm-git-archive`
only below Python 3.7 and in combination with an older version of
`setuptools-scm`. Close cherrypy#515
serhii73 added a commit to serhii73/cheroot that referenced this issue May 17, 2023
`setuptools-scm` support Git archives natively starting v7 but it only
supports Python 3.7 or higher. This patch makes up a set of
conditional build dependencies that add `setuptools-scm-git-archive`
only below Python 3.7 and in combination with an older version of
`setuptools-scm`. Close cherrypy#515
serhii73 added a commit to serhii73/cheroot that referenced this issue May 17, 2023
`setuptools-scm` support Git archives natively starting v7 but it only
supports Python 3.7 or higher. This patch makes up a set of
conditional build dependencies that add `setuptools-scm-git-archive`
only below Python 3.7 and in combination with an older version of
`setuptools-scm`. Close cherrypy#515
serhii73 added a commit to serhii73/cheroot that referenced this issue May 17, 2023
`setuptools-scm` support Git archives natively starting v7 but it only
supports Python 3.7 or higher. This patch makes up a set of
conditional build dependencies that add `setuptools-scm-git-archive`
only below Python 3.7 and in combination with an older version of
`setuptools-scm`. Close cherrypy#515
serhii73 added a commit to serhii73/cheroot that referenced this issue May 17, 2023
`setuptools-scm` support Git archives natively starting v7 but it only
supports Python 3.7 or higher. This patch makes up a set of
conditional build dependencies that add `setuptools-scm-git-archive`
only below Python 3.7 and in combination with an older version of
`setuptools-scm`. Close cherrypy#515
serhii73 added a commit to serhii73/cheroot that referenced this issue May 17, 2023
`setuptools-scm` support Git archives natively starting v7 but it only
supports Python 3.7 or higher. This patch makes up a set of
conditional build dependencies that add `setuptools-scm-git-archive`
only below Python 3.7 and in combination with an older version of
`setuptools-scm`. Close cherrypy#515
serhii73 added a commit to serhii73/cheroot that referenced this issue May 28, 2023
`setuptools-scm` support Git archives natively starting v7 but it only
supports Python 3.7 or higher. This patch makes up a set of
conditional build dependencies that add `setuptools-scm-git-archive`
only below Python 3.7 and in combination with an older version of
`setuptools-scm`. Close cherrypy#515
serhii73 added a commit to serhii73/cheroot that referenced this issue Jun 6, 2023
`setuptools-scm` support Git archives natively starting v7 but it only
supports Python 3.7 or higher. This patch makes up a set of
conditional build dependencies that add `setuptools-scm-git-archive`
only below Python 3.7 and in combination with an older version of
`setuptools-scm`. Close cherrypy#515
serhii73 added a commit to serhii73/cheroot that referenced this issue Jun 7, 2023
`setuptools-scm` support Git archives natively starting v7 but it only
supports Python 3.7 or higher. This patch makes up a set of
conditional build dependencies that add `setuptools-scm-git-archive`
only below Python 3.7 and in combination with an older version of
`setuptools-scm`. Close cherrypy#515
serhii73 added a commit to serhii73/cheroot that referenced this issue Jun 7, 2023
`setuptools-scm` support Git archives natively starting v7 but it only
supports Python 3.7 or higher. Close cherrypy#515
serhii73 added a commit to serhii73/cheroot that referenced this issue Jun 8, 2023
Since version 7, setuptools-scm has native support for git archive, so the setuptools-scm-git-archive project is obsolete and this patch removes it from the build dependencies.
Close cherrypy#515
serhii73 added a commit to serhii73/cheroot that referenced this issue Jun 8, 2023
Since version 7, setuptools-scm has native support for git archive,
so the setuptools-scm-git-archive project is obsolete
and this patch removes it from the build dependencies.
Close cherrypy#515
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement good first issue This is what we believe is newcomer-friendly, feel free to contribute!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants