Marcel Telka
2023-08-14 ac87221f8224f411fc5901a1c63706b1623b581c
python/types-docutils: update to 0.20.0.2; obsolete package for Python 3.7

2 files added
3 files modified
60 ■■■■ changed files
components/python/types-docutils/Makefile 9 ●●●●● patch | view | raw | blame | history
components/python/types-docutils/history 1 ●●●● patch | view | raw | blame | history
components/python/types-docutils/pkg5 2 ●●●●● patch | view | raw | blame | history
components/python/types-docutils/python-integrate-project.conf 3 ●●●●● patch | view | raw | blame | history
components/python/types-docutils/test/results-all.master 45 ●●●●● patch | view | raw | blame | history
components/python/types-docutils/Makefile
@@ -19,17 +19,16 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        types-docutils
HUMAN_VERSION =            0.20.0.1
HUMAN_VERSION =            0.20.0.2
COMPONENT_SUMMARY =        types-docutils - Typing stubs for docutils
COMPONENT_PROJECT_URL =        https://github.com/python/typeshed
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/16/cd/2c722b562282bfef2a34da3f7497be3b13defb8c2d994f30514f3423af5e/types-docutils-0.20.0.1.tar.gz
    https://files.pythonhosted.org/packages/ef/54/d124a31b8e38b495822c1ca05d170386fbcc44910fd161da71f283a67a3b/types-docutils-0.20.0.2.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:f682b5459a1e6e28208742adb0be8573d1ecbddd442f00d202b0278c1c4418a2
    sha256:91ca0d7e3a0ea8b5a590689ed57d3fb93f1439f6e2055f6c567882dab3283b79
COMPONENT_LICENSE =        Apache-2.0 AND MIT
# This project does not contain tests
TEST_STYLE = none
TEST_STYLE = setup.py
include $(WS_MAKE_RULES)/common.mk
components/python/types-docutils/history
New file
@@ -0,0 +1 @@
library/python/types-docutils-37@0.20.0.1,5.11-2023.0.0.1 noincorporate
components/python/types-docutils/pkg5
@@ -1,10 +1,8 @@
{
    "dependencies": [
        "runtime/python-37",
        "runtime/python-39"
    ],
    "fmris": [
        "library/python/types-docutils-37",
        "library/python/types-docutils-39",
        "library/python/types-docutils"
    ],
components/python/types-docutils/python-integrate-project.conf
@@ -13,9 +13,6 @@
# Copyright 2022 Marcel Telka
#
%include-2%
# This project does not contain tests
TEST_STYLE = none
%hook-no-license%
# This project is a part of typeshed so its license applies
curl -s "https://raw.githubusercontent.com/python/typeshed/main/LICENSE" > "$DISTRIBUTION.license"
components/python/types-docutils/test/results-all.master
New file
@@ -0,0 +1,45 @@
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
$(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************
!!
  ir_d = dist.fetch_build_eggs(dist.install_requires)
$(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************
!!
  tr_d = dist.fetch_build_eggs(dist.tests_require or [])
$(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:196: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************
!!
  er_d = dist.fetch_build_eggs(
running egg_info
writing types_docutils.egg-info/PKG-INFO
writing dependency_links to types_docutils.egg-info/dependency_links.txt
writing top-level names to types_docutils.egg-info/top_level.txt
reading manifest file 'types_docutils.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'types_docutils.egg-info/SOURCES.txt'
running build_ext
----------------------------------------------------------------------
Ran 0 tests
OK