Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 May 2021 22:22:11 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5e4dafde37d1 - main - devel/py-pylint-plugin-utils: Remove accidentally-added files
Message-ID:  <202105012222.141MMBf8082614@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 5e4dafde37d101587f016621230ffa54733e519c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-01 22:14:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105012222.141MMBf8082614>