From 365105c94b941b8e18906db60897224ba449784a Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Wed, 2 Oct 2024 10:41:21 +0200 Subject: [PATCH] - try to retain the repo name "meta" --- .meta.toml | 5 ++++- README.rst | 8 ++++---- docs/hacking.rst | 10 +++++----- setup.py | 6 +++--- src/zope/meta/pure-python/packages.txt | 1 + tox.ini | 1 - 6 files changed, 17 insertions(+), 14 deletions(-) diff --git a/.meta.toml b/.meta.toml index 733acda..115dcce 100644 --- a/.meta.toml +++ b/.meta.toml @@ -2,7 +2,7 @@ # https://github.com/zopefoundation/meta/tree/master/config/pure-python [meta] template = "pure-python" -commit-id = "8e97e857" +commit-id = "35d10997" [python] with-windows = false @@ -18,6 +18,9 @@ use-flake8 = true [coverage] fail-under = 20 +[coverage-run] +source = "zope.meta" + [manifest] additional-rules = [ "include *.yaml", diff --git a/README.rst b/README.rst index 20c02c9..aa92201 100644 --- a/README.rst +++ b/README.rst @@ -5,11 +5,11 @@ :target: https://pypi.python.org/pypi/zope.meta/ :alt: Latest Version -.. image:: https://github.com/zopefoundation/zope.meta/actions/workflows/tests.yml/badge.svg - :target: https://github.com/zopefoundation/zope.meta/actions/workflows/tests.yml +.. image:: https://github.com/zopefoundation/meta/actions/workflows/tests.yml/badge.svg + :target: https://github.com/zopefoundation/meta/actions/workflows/tests.yml -.. image:: https://coveralls.io/repos/github/zopefoundation/zope.meta/badge.svg?branch=master - :target: https://coveralls.io/github/zopefoundation/zope.meta?branch=master +.. image:: https://coveralls.io/repos/github/zopefoundation/meta/badge.svg?branch=master + :target: https://coveralls.io/github/zopefoundation/meta?branch=master .. image:: https://readthedocs.org/projects/zopemeta/badge/?version=latest :target: https://zopemeta.readthedocs.io/en/latest/?badge=latest diff --git a/docs/hacking.rst b/docs/hacking.rst index a5af55b..0bf7b7f 100644 --- a/docs/hacking.rst +++ b/docs/hacking.rst @@ -8,19 +8,19 @@ Getting the Code The main repository for :mod:`zope.meta` is in the Zope Foundation Github repository: - https://github.com/zopefoundation/zope.meta + https://github.com/zopefoundation/meta You can get a read-only checkout from there: .. code-block:: sh - $ git clone https://github.com/zopefoundation/zope.meta.git + $ git clone https://github.com/zopefoundation/meta.git or fork it and get a writeable checkout of your fork: .. code-block:: sh - $ git clone git@github.com/jrandom/zope.meta.git + $ git clone git@github.com/jrandom/meta.git Working in a Python virtual environment @@ -163,7 +163,7 @@ Submitting a Bug Report :mod:`zope.meta` tracks its bugs on Github: - https://github.com/zopefoundation/zope.meta/issues + https://github.com/zopefoundation/meta/issues Please submit bug reports and feature requests there. @@ -189,4 +189,4 @@ branch in your fork, and then push them. A private fork makes it harder for others and the package maintainers to work with your changes, so it is discouraged. Either way, you can then submit a pull request from your branch: - https://github.com/zopefoundation/zope.meta/pulls + https://github.com/zopefoundation/meta/pulls diff --git a/setup.py b/setup.py index 940fea3..f46a259 100644 --- a/setup.py +++ b/setup.py @@ -55,11 +55,11 @@ def read(*rnames): 'Operating System :: OS Independent', ], license='ZPL 2.1', - url='https://github.com/zopefoundation/zope.meta', + url='https://github.com/zopefoundation/meta', project_urls={ 'Documentation': 'https://zopemeta.readthedocs.io', - 'Issue Tracker': 'https://github.com/zopefoundation/zope.meta/issues', - 'Sources': 'https://github.com/zopefoundation/zope.meta', + 'Issue Tracker': 'https://github.com/zopefoundation/meta/issues', + 'Sources': 'https://github.com/zopefoundation/meta', }, packages=find_packages('src'), package_dir={'': 'src'}, diff --git a/src/zope/meta/pure-python/packages.txt b/src/zope/meta/pure-python/packages.txt index 25ab3b5..55e98a6 100644 --- a/src/zope/meta/pure-python/packages.txt +++ b/src/zope/meta/pure-python/packages.txt @@ -209,3 +209,4 @@ z3c.jbot fanstatic zope.pytestlayer zope.meta +meta diff --git a/tox.ini b/tox.ini index 9d6e8aa..fb5add5 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,6 @@ package = wheel wheel_build_env = .pkg deps = setuptools <74 -setenv = commands = zope-testrunner --test-path=src {posargs:-vc} extras =