git: 5e4dafde37d1 - main - devel/py-pylint-plugin-utils: Remove accidentally-added files

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 1 22:22:14 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5e4dafde37d101587f016621230ffa54733e519c

commit 5e4dafde37d101587f016621230ffa54733e519c
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-01 22:14:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-01 22:19:17 +0000

    devel/py-pylint-plugin-utils: Remove accidentally-added files
    
    Reported by:    linimon
---
 devel/py-pylint-plugin-utils/1s | 32 --------------------------------
 devel/py-pylint-plugin-utils/a  |  1 -
 2 files changed, 33 deletions(-)

diff --git a/devel/py-pylint-plugin-utils/1s b/devel/py-pylint-plugin-utils/1s
deleted file mode 100644
index c6d4fe368824..000000000000
--- a/devel/py-pylint-plugin-utils/1s
+++ /dev/null
@@ -1,32 +0,0 @@
-# -*- coding: UTF-8 -*-
-from setuptools import find_packages, setup
-
-_version = "0.6"
-_packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
-
-_short_description = "Utilities and helpers for writing Pylint plugins"
-
-_classifiers = [
-    'Development Status :: 5 - Production/Stable',
-    'Environment :: Console',
-    'Intended Audience :: Developers',
-    'Operating System :: Unix',
-    'Topic :: Software Development :: Quality Assurance',
-    'Programming Language :: Python :: 3.5',
-    'Programming Language :: Python :: 3.6',
-    'Programming Language :: Python :: 3.7',
-]
-
-setup(
-    name='pylint-plugin-utils',
-    url='https://github.com/landscapeio/pylint-plugin-utils',
-    author='landscape.io',
-    author_email='code at landscape.io',
-    description=_short_description,
-    version=_version,
-    install_requires=['pylint>=1.7'],
-    packages=_packages,
-    license='GPLv2',
-    classifiers=_classifiers,
-    keywords='pylint plugin helpers'
-)
diff --git a/devel/py-pylint-plugin-utils/a b/devel/py-pylint-plugin-utils/a
deleted file mode 100644
index 6b2e9e3f1122..000000000000
--- a/devel/py-pylint-plugin-utils/a
+++ /dev/null
@@ -1 +0,0 @@
-devel/pylint,1.7


More information about the dev-commits-ports-all mailing list