diff --git a/python3-yaspin/.footprint b/python3-yaspin/.footprint index c7ed1171e..aca5fd920 100644 --- a/python3-yaspin/.footprint +++ b/python3-yaspin/.footprint @@ -2,11 +2,11 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python3.10/ drwxr-xr-x root/root usr/lib/python3.10/site-packages/ -drwxr-xr-x root/root usr/lib/python3.10/site-packages/yaspin-2.4.0.dist-info/ --rw-r--r-- root/root usr/lib/python3.10/site-packages/yaspin-2.4.0.dist-info/LICENSE --rw-r--r-- root/root usr/lib/python3.10/site-packages/yaspin-2.4.0.dist-info/METADATA --rw-r--r-- root/root usr/lib/python3.10/site-packages/yaspin-2.4.0.dist-info/RECORD --rw-r--r-- root/root usr/lib/python3.10/site-packages/yaspin-2.4.0.dist-info/WHEEL +drwxr-xr-x root/root usr/lib/python3.10/site-packages/yaspin-2.5.0.dist-info/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/yaspin-2.5.0.dist-info/LICENSE +-rw-r--r-- root/root usr/lib/python3.10/site-packages/yaspin-2.5.0.dist-info/METADATA +-rw-r--r-- root/root usr/lib/python3.10/site-packages/yaspin-2.5.0.dist-info/RECORD +-rw-r--r-- root/root usr/lib/python3.10/site-packages/yaspin-2.5.0.dist-info/WHEEL drwxr-xr-x root/root usr/lib/python3.10/site-packages/yaspin/ -rw-r--r-- root/root usr/lib/python3.10/site-packages/yaspin/__init__.py drwxr-xr-x root/root usr/lib/python3.10/site-packages/yaspin/__pycache__/ diff --git a/python3-yaspin/.signature b/python3-yaspin/.signature index bdc6579f2..671a48f66 100644 --- a/python3-yaspin/.signature +++ b/python3-yaspin/.signature @@ -1,6 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF35nJWJhnb/zXF05C9jYerADdWYXTi23+/yXWQKLKaK8ckJixbGQeX5I24Rh/q/gM8KKuuPgA3MRBRcg6P93vCwM= -SHA256 (Pkgfile) = 8468e7fd383abec230751c8a2132e2bec21da33f203358a1626034969ea28669 -SHA256 (.footprint) = 6a0ebb7956d8d729df07a9e3b33156428e9603adf8e7bb2186f754fe585fa2d4 -SHA256 (python3-yaspin-2.4.0.tar.gz) = 0a5c80b621f5318c7ab990c597e64b13a64c2df0662741ae782e59716f9f5786 -SHA256 (setup.py) = 2c65a0aee5b20c77c54edaab47224b1c27d45622f40dd959ccc09ccef44e5652 +RWSagIOpLGJF30QeX0rEdV93i6r1PZPBLPUYGaNockNdoqYo83XODkGv5WXTfWV4wfEYvruVaTJU1ZTTQfOo3Ift96B5JNStnQc= +SHA256 (Pkgfile) = 9626c1aabf63fe313f736634b4d75244d853b1415d2b55511c5ec070e3c354a2 +SHA256 (.footprint) = 6ddbb7cbb104d9caeb61bc168ed51c8be089f40b0d3ac303720b8456b409e180 +SHA256 (python3-yaspin-2.5.0.tar.gz) = 8a5c7d69f9d7f5a1f68936fb0c64a7f595a805c141941e005c58882ca02fd916 diff --git a/python3-yaspin/Pkgfile b/python3-yaspin/Pkgfile index f7b8ba766..6d58a1f09 100644 --- a/python3-yaspin/Pkgfile +++ b/python3-yaspin/Pkgfile @@ -4,10 +4,9 @@ # Depends on: python3-poetry-core python3-termcolor name=python3-yaspin -version=2.4.0 +version=2.5.0 release=1 -source=(https://github.com/pavdmyt/yaspin/archive/v$version/$name-$version.tar.gz - setup.py) +source=(https://github.com/pavdmyt/yaspin/archive/v$version/$name-$version.tar.gz) build() { cd yaspin-$version diff --git a/python3-yaspin/setup.py b/python3-yaspin/setup.py deleted file mode 100644 index 8008c8be8..000000000 --- a/python3-yaspin/setup.py +++ /dev/null @@ -1,41 +0,0 @@ - -# -*- coding: utf-8 -*- - -# DO NOT EDIT THIS FILE! -# This file has been autogenerated by dephell <3 -# https://github.com/dephell/dephell - -try: - from setuptools import setup -except ImportError: - from distutils.core import setup - - -import os.path - -readme = '' -here = os.path.abspath(os.path.dirname(__file__)) -readme_path = os.path.join(here, 'README.rst') -if os.path.exists(readme_path): - with open(readme_path, 'rb') as stream: - readme = stream.read().decode('utf8') - - -setup( - long_description=readme, - name='yaspin', - version='1.2.0', - description='Yet Another Terminal Spinner', - python_requires='!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4.0,>=2.7', - project_urls={"documentation": "https://github.com/pavdmyt/yaspin/blob/master/README.rst", "homepage": "https://github.com/pavdmyt/yaspin", "repository": "https://github.com/pavdmyt/yaspin"}, - author='Pavlo Dmytrenko', - author_email='mail@pavdmyt.com', - license='MIT', - keywords='spinner console terminal loader indicator', - classifiers=['Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Environment :: MacOS X', 'Environment :: Other Environment', 'Intended Audience :: Developers', 'Intended Audience :: End Users/Desktop', 'Intended Audience :: Other Audience', 'Intended Audience :: System Administrators', 'License :: OSI Approved :: MIT License', 'Natural Language :: English', 'Operating System :: MacOS :: MacOS X', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: Implementation', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: User Interfaces', 'Topic :: System :: Logging', 'Topic :: System :: Monitoring', 'Topic :: System :: Shells', 'Topic :: Terminals', 'Topic :: Utilities'], - packages=['yaspin'], - package_dir={"": "."}, - package_data={"yaspin": ["data/*.json"]}, - install_requires=[], - extras_require={"dev": ["flake8<3.7", "isort==4.*,>=4.3.0", "pytest==4.*,>=4.6.0", "pytest-cov==2.*,>=2.10.0", "pytest-sugar==0.*,>=0.9.0", "pytest-xdist==1.*,>=1.33.0"]}, -)