Marcel Telka
2023-08-14 9d32cba7e2f04a5247324378f8b736019e43a3cc
python/types-pytz: update to 2023.3.0.1; obsolete package for Python 3.7

2 files added
3 files modified
60 ■■■■ changed files
components/python/types-pytz/Makefile 9 ●●●●● patch | view | raw | blame | history
components/python/types-pytz/history 1 ●●●● patch | view | raw | blame | history
components/python/types-pytz/pkg5 2 ●●●●● patch | view | raw | blame | history
components/python/types-pytz/python-integrate-project.conf 3 ●●●●● patch | view | raw | blame | history
components/python/types-pytz/test/results-all.master 45 ●●●●● patch | view | raw | blame | history
components/python/types-pytz/Makefile
@@ -19,17 +19,16 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        types-pytz
HUMAN_VERSION =            2023.3.0.0
HUMAN_VERSION =            2023.3.0.1
COMPONENT_SUMMARY =        types-pytz - Typing stubs for pytz
COMPONENT_PROJECT_URL =        https://github.com/python/typeshed
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/5f/23/3111adc23d3ceb0fa233853ae3c4837aa9adfc5108ec5eed0c60ffc76992/types-pytz-2023.3.0.0.tar.gz
    https://files.pythonhosted.org/packages/78/04/f1a77be852ae8102dc6ab531a3095ce1c1cc80cfa8a12afe015eeec68aa5/types-pytz-2023.3.0.1.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:ecdc70d543aaf3616a7e48631543a884f74205f284cefd6649ddf44c6a820aac
    sha256:1a7b8d4aac70981cfa24478a41eadfcd96a087c986d6f150d77e3ceb3c2bdfab
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-pytz/history
New file
@@ -0,0 +1 @@
library/python/types-pytz-37@2023.3.0.0,5.11-2023.0.0.1 noincorporate
components/python/types-pytz/pkg5
@@ -1,10 +1,8 @@
{
    "dependencies": [
        "runtime/python-37",
        "runtime/python-39"
    ],
    "fmris": [
        "library/python/types-pytz-37",
        "library/python/types-pytz-39",
        "library/python/types-pytz"
    ],
components/python/types-pytz/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-pytz/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_pytz.egg-info/PKG-INFO
writing dependency_links to types_pytz.egg-info/dependency_links.txt
writing top-level names to types_pytz.egg-info/top_level.txt
reading manifest file 'types_pytz.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'types_pytz.egg-info/SOURCES.txt'
running build_ext
----------------------------------------------------------------------
Ran 0 tests
OK