From 8fe0e35aae5e3064bf77a2a0192487fb50f11826 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Wed, 11 Nov 2020 14:02:41 -0800 Subject: [PATCH] build/pkgs/python_openid: Unused, remove --- build/pkgs/python_openid/SPKG.rst | 14 -------------- build/pkgs/python_openid/checksums.ini | 4 ---- build/pkgs/python_openid/dependencies | 5 ----- build/pkgs/python_openid/install-requires.txt | 1 - build/pkgs/python_openid/package-version.txt | 1 - build/pkgs/python_openid/spkg-install.in | 1 - build/pkgs/python_openid/type | 1 - 7 files changed, 27 deletions(-) delete mode 100644 build/pkgs/python_openid/SPKG.rst delete mode 100644 build/pkgs/python_openid/checksums.ini delete mode 100644 build/pkgs/python_openid/dependencies delete mode 100644 build/pkgs/python_openid/install-requires.txt delete mode 100644 build/pkgs/python_openid/package-version.txt delete mode 100644 build/pkgs/python_openid/spkg-install.in delete mode 100644 build/pkgs/python_openid/type diff --git a/build/pkgs/python_openid/SPKG.rst b/build/pkgs/python_openid/SPKG.rst deleted file mode 100644 index 5219fa1e117..00000000000 --- a/build/pkgs/python_openid/SPKG.rst +++ /dev/null @@ -1,14 +0,0 @@ - -python-openid -============= - -Description ------------ - -OpenID support for servers and consumers. - -This is a set of Python packages to support use of the OpenID -decentralized identity system in your application. Want to enable single -sign-on for your web site? Use the openid.consumer package. Want to run -your own OpenID server? Check out openid.server. Includes example code -and support for a variety of storage back-ends. diff --git a/build/pkgs/python_openid/checksums.ini b/build/pkgs/python_openid/checksums.ini deleted file mode 100644 index 6e35600da54..00000000000 --- a/build/pkgs/python_openid/checksums.ini +++ /dev/null @@ -1,4 +0,0 @@ -tarball=python_openid-VERSION.tar.gz -sha1=e1a8e9502abf45e22dbc5f5ef76e56e139ea1b3d -md5=393f48b162ec29c3de9e2973548ea50d -cksum=2866118713 diff --git a/build/pkgs/python_openid/dependencies b/build/pkgs/python_openid/dependencies deleted file mode 100644 index 15df0c4d6d8..00000000000 --- a/build/pkgs/python_openid/dependencies +++ /dev/null @@ -1,5 +0,0 @@ -$(PYTHON) | $(PYTHON_TOOLCHAIN) - ----------- -All lines of this file are ignored except the first. -It is copied by SAGE_ROOT/build/make/install into SAGE_ROOT/build/make/Makefile. diff --git a/build/pkgs/python_openid/install-requires.txt b/build/pkgs/python_openid/install-requires.txt deleted file mode 100644 index f4423fbd67c..00000000000 --- a/build/pkgs/python_openid/install-requires.txt +++ /dev/null @@ -1 +0,0 @@ -python_openid >=2.2.5 diff --git a/build/pkgs/python_openid/package-version.txt b/build/pkgs/python_openid/package-version.txt deleted file mode 100644 index e6abf6ca3a5..00000000000 --- a/build/pkgs/python_openid/package-version.txt +++ /dev/null @@ -1 +0,0 @@ -2.2.5.p0 diff --git a/build/pkgs/python_openid/spkg-install.in b/build/pkgs/python_openid/spkg-install.in deleted file mode 100644 index deba1bb42bb..00000000000 --- a/build/pkgs/python_openid/spkg-install.in +++ /dev/null @@ -1 +0,0 @@ -cd src && sdh_pip_install . diff --git a/build/pkgs/python_openid/type b/build/pkgs/python_openid/type deleted file mode 100644 index 134d9bc32d5..00000000000 --- a/build/pkgs/python_openid/type +++ /dev/null @@ -1 +0,0 @@ -optional