Remove packaging files for python3 25/237725/1 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_base accepted/tizen_7.0_base accepted/tizen_7.0_base_hotfix accepted/tizen_8.0_base accepted/tizen_base accepted/tizen_base_dev accepted/tizen_unified tizen tizen_6.0 tizen_6.0_hotfix tizen_6.5_base tizen_7.0_base tizen_7.0_base_hotfix tizen_8.0_base tizen_base accepted/tizen/6.0/unified/20201030.112326 accepted/tizen/6.0/unified/hotfix/20201102.232557 accepted/tizen/6.5/base/20211028.055812 accepted/tizen/7.0/base/20221116.025947 accepted/tizen/7.0/base/hotfix/20221116.055356 accepted/tizen/8.0/base/20231005.045104 accepted/tizen/base/20210824.014633 accepted/tizen/base/20221115.103821 accepted/tizen/base/dev/20230602.080910 accepted/tizen/unified/20200714.040748 submit/tizen/20200714.002009 submit/tizen_6.0/20201029.205503 submit/tizen_6.0_hotfix/20201102.192903 submit/tizen_6.0_hotfix/20201103.115103 submit/tizen_6.5_base/20211028.134601 submit/tizen_base/20210824.002740 tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorHyunjee Kim <hj0426.kim@samsung.com>
Fri, 3 Jul 2020 04:35:06 +0000 (13:35 +0900)
committerHyunjee Kim <hj0426.kim@samsung.com>
Fri, 3 Jul 2020 04:35:16 +0000 (13:35 +0900)
Change-Id: Ia11051eb11194e617b7fc0ae6b94579a9ee7a2e2
Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
packaging/python3-funcsigs.manifest [deleted file]
packaging/python3-funcsigs.spec [deleted file]

diff --git a/packaging/python3-funcsigs.manifest b/packaging/python3-funcsigs.manifest
deleted file mode 100644 (file)
index 017d22d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
- <request>
-    <domain name="_"/>
- </request>
-</manifest>
diff --git a/packaging/python3-funcsigs.spec b/packaging/python3-funcsigs.spec
deleted file mode 100644 (file)
index c94a34f..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-#
-# spec file for package python-funcsigs
-#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
-#
-# All modifications and additions to the file contributed by third parties
-# remain the property of their copyright owners, unless otherwise agreed
-# upon. The license for this file, and modifications and additions to the
-# file, is the same license as for the pristine package itself (unless the
-# license for the pristine package is not an Open Source License, in which
-# case the license is the MIT License). An "Open Source License" is a
-# license that conforms to the Open Source Definition (Version 1.9)
-# published by the Open Source Initiative.
-
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
-#
-
-%define debug_package %{nil}
-
-Name:           python3-funcsigs
-Version:        1.0.2
-Release:        0
-Summary:        Python function signatures from PEP362
-License:        Apache-2.0
-Group:          Development/Languages/Python
-Url:            http://funcsigs.readthedocs.org
-Source:         https://pypi.io/packages/source/f/funcsigs/funcsigs-%{version}.tar.gz
-Source1001:     %{name}.manifest
-
-BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
-
-#BuildRequires:  python-unittest2
-
-BuildArch:      noarch
-
-%description
-funcsigs is a backport of the PEP 362 function signature features from
-Python 3.3's inspect module. The backport is compatible with Python 2.6, 2.7
-as well as 3.2 and up.
-
-%prep
-%setup -q -n funcsigs-%{version}
-
-%build
-cp %{SOURCE1001} .
-%{_bindir}/python3 setup.py build
-
-%install
-%{_bindir}/python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
-
-%check
-#python3 setup.py test
-
-%files
-%manifest %{name}.manifest
-%defattr(-,root,root,-)
-%license LICENSE
-%{python3_sitelib}/*
-
-%changelog