]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
pyserial: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 15:22:42 +0000 (15:22 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 15:22:42 +0000 (15:22 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
pyserial/pyserial.nm [deleted file]

diff --git a/pyserial/pyserial.nm b/pyserial/pyserial.nm
deleted file mode 100644 (file)
index ba33766..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = pyserial
-version    = 2.5
-release    = 1
-arch       = noarch
-
-groups     = System/Libraries
-url        = http://pyserial.sourceforge.net/
-license    = Python
-summary    = Python Serial Port Extension.
-
-description
-       Python Serial Port Extension for Win32, Linux, BSD, Jython, IronPython.
-end
-
-source_dl  =
-
-build
-       requires
-               python-devel
-       end
-
-       build = # Nothing to do
-
-       install
-               python setup.py install --root=%{BUILDROOT}
-       end
-end
-
-packages
-       package %{name}
-end