diff --git a/build/pkgs/ipython/dependencies b/build/pkgs/ipython/dependencies index 6e3be0a2a95..cc719ef4ea5 100644 --- a/build/pkgs/ipython/dependencies +++ b/build/pkgs/ipython/dependencies @@ -1,4 +1,4 @@ -tornado pyzmq pickleshare simplegeneric traitlets decorator wcwidth prompt_toolkit pygments pexpect appnope backcall jedi stack_data | $(PYTHON_TOOLCHAIN) $(PYTHON) +tornado pyzmq pickleshare traitlets decorator wcwidth prompt_toolkit pygments pexpect appnope backcall jedi stack_data | $(PYTHON_TOOLCHAIN) $(PYTHON) ---------- All lines of this file are ignored except the first. diff --git a/build/pkgs/simplegeneric/SPKG.rst b/build/pkgs/simplegeneric/SPKG.rst deleted file mode 100644 index 24fd4c59a1a..00000000000 --- a/build/pkgs/simplegeneric/SPKG.rst +++ /dev/null @@ -1,28 +0,0 @@ -simplegeneric: Simple single-dispatch generic functions for Python -================================================================== - -Description ------------ - -Simple generic functions (similar to Python's own len(), pickle.dump(), -etc.) - -The simplegeneric module lets you define simple single-dispatch generic -functions, akin to Python's built-in generic functions like len() iter() -and so on. However, instead of using specially-named methods, these -generic functions use simple lookup tables, akin to those used by e.g. -pickle.dump() and other generic functions found in the Python standard -library. - -As you can see from the above examples, generic functions are actually -quite common in Python already, but there is no standard way to create -simple ones. This library attempts to fill that gap, as generic -functions are an excellent alternative to the Visitor pattern, as well -as being a great substitute for most common uses of adaptation. - -This library tries to be the simplest possible implementation of generic -functions, and it therefore eschews the use of multiple or predicate -dispatch, as well as avoiding speedup techniques such as C dispatching -or code generation. But it has absolutely no dependencies, other than -Python 2.4, and the implementation is just a single Python module of -less than 100 lines. diff --git a/build/pkgs/simplegeneric/checksums.ini b/build/pkgs/simplegeneric/checksums.ini deleted file mode 100644 index 77e7d78ec0a..00000000000 --- a/build/pkgs/simplegeneric/checksums.ini +++ /dev/null @@ -1,4 +0,0 @@ -tarball=simplegeneric-VERSION.tar.bz2 -sha1=b736091e8cfe97bd9dfbbf56e3ee0579b5e5ffaf -md5=b804806ff347bec45fe8ad0f642537e6 -cksum=3156769418 diff --git a/build/pkgs/simplegeneric/dependencies b/build/pkgs/simplegeneric/dependencies deleted file mode 100644 index 1169eb4105f..00000000000 --- a/build/pkgs/simplegeneric/dependencies +++ /dev/null @@ -1,9 +0,0 @@ - | $(PYTHON_TOOLCHAIN) $(PYTHON) - -# simplegeneric does not strictly require setuptools, but it does try -# to use setuptools if it is available. However, there is a problem -# when setuptools is partially installed in a parallel build, see -# Trac #19648. Adding the dependency avoids this problem. - ----------- -All lines of this file are ignored except the first. diff --git a/build/pkgs/simplegeneric/distros/conda.txt b/build/pkgs/simplegeneric/distros/conda.txt deleted file mode 100644 index ec4d5980052..00000000000 --- a/build/pkgs/simplegeneric/distros/conda.txt +++ /dev/null @@ -1 +0,0 @@ -simplegeneric diff --git a/build/pkgs/simplegeneric/distros/gentoo.txt b/build/pkgs/simplegeneric/distros/gentoo.txt deleted file mode 100644 index a86e90d96ec..00000000000 --- a/build/pkgs/simplegeneric/distros/gentoo.txt +++ /dev/null @@ -1 +0,0 @@ -dev-python/simplegeneric diff --git a/build/pkgs/simplegeneric/distros/macports.txt b/build/pkgs/simplegeneric/distros/macports.txt deleted file mode 100644 index e1ab5cbfea5..00000000000 --- a/build/pkgs/simplegeneric/distros/macports.txt +++ /dev/null @@ -1 +0,0 @@ -py-simplegeneric diff --git a/build/pkgs/simplegeneric/distros/opensuse.txt b/build/pkgs/simplegeneric/distros/opensuse.txt deleted file mode 100644 index ddc1661a230..00000000000 --- a/build/pkgs/simplegeneric/distros/opensuse.txt +++ /dev/null @@ -1 +0,0 @@ -python3${PYTHON_MINOR}-simplegeneric diff --git a/build/pkgs/simplegeneric/distros/repology.txt b/build/pkgs/simplegeneric/distros/repology.txt deleted file mode 100644 index 52baf78b41b..00000000000 --- a/build/pkgs/simplegeneric/distros/repology.txt +++ /dev/null @@ -1,2 +0,0 @@ -simplegeneric -python:simplegeneric diff --git a/build/pkgs/simplegeneric/distros/void.txt b/build/pkgs/simplegeneric/distros/void.txt deleted file mode 100644 index d788a7233a7..00000000000 --- a/build/pkgs/simplegeneric/distros/void.txt +++ /dev/null @@ -1 +0,0 @@ -python3-simplegeneric diff --git a/build/pkgs/simplegeneric/install-requires.txt b/build/pkgs/simplegeneric/install-requires.txt deleted file mode 100644 index 0e30d0f896b..00000000000 --- a/build/pkgs/simplegeneric/install-requires.txt +++ /dev/null @@ -1 +0,0 @@ -simplegeneric >=0.8.1 diff --git a/build/pkgs/simplegeneric/package-version.txt b/build/pkgs/simplegeneric/package-version.txt deleted file mode 100644 index 25329dc9cba..00000000000 --- a/build/pkgs/simplegeneric/package-version.txt +++ /dev/null @@ -1 +0,0 @@ -0.8.1.p0 diff --git a/build/pkgs/simplegeneric/spkg-configure.m4 b/build/pkgs/simplegeneric/spkg-configure.m4 deleted file mode 100644 index 13715ab5f2b..00000000000 --- a/build/pkgs/simplegeneric/spkg-configure.m4 +++ /dev/null @@ -1 +0,0 @@ -SAGE_SPKG_CONFIGURE([simplegeneric], [SAGE_PYTHON_PACKAGE_CHECK([simplegeneric])]) diff --git a/build/pkgs/simplegeneric/spkg-install.in b/build/pkgs/simplegeneric/spkg-install.in deleted file mode 100644 index deba1bb42bb..00000000000 --- a/build/pkgs/simplegeneric/spkg-install.in +++ /dev/null @@ -1 +0,0 @@ -cd src && sdh_pip_install . diff --git a/build/pkgs/simplegeneric/type b/build/pkgs/simplegeneric/type deleted file mode 100644 index a6a7b9cd726..00000000000 --- a/build/pkgs/simplegeneric/type +++ /dev/null @@ -1 +0,0 @@ -standard