From 5ddc84b1784b309b755281c5b034a886739d5fb5 Mon Sep 17 00:00:00 2001 From: myeuler Date: Wed, 27 May 2020 10:34:21 +0000 Subject: [PATCH] remove perl class --- pyporter | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyporter b/pyporter index 169ef0e..9d3acf3 100755 --- a/pyporter +++ b/pyporter @@ -51,11 +51,6 @@ buildreq_tag_template = 'BuildRequires:\t{req}' # 3. dependency outside python (i.e. pycurl depends on libcurl) doesn't exist in pipy -class PerlPorter: - __mod_zip_file = "" - - def __init__(self, pkg, zipfile): - class PyPorter: __url_template = 'https://pypi.org/pypi/{pkg_name}/json' -- GitLab