diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-01-22 10:13:38 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-01-22 10:13:38 -0600 |
commit | 6837c68bf7f0964da20eea5e479da328cbd26c5e (patch) | |
tree | 5c46fa96a7851e9fb22d305bbde86527eaa06976 /.gitignore | |
parent | a3a6dfc1a749710ca7d5a1aebc9e5deaaa2c3882 (diff) |
Remove pythonhosted for now.
We will change pythonhosted.xml to incorporate all python modules
(perhaps excepting PyXDG) at https://files.pythonhosted.org
and move it to the top of the Python Modules page.
We will need to place the md5sums for the module sources in packages.ent
so they can be referenced in two places.
For now, remove the page from the build. Later we will need to clean up
Makefile and archive stylesheets/{pyhosted-inc,pythonhosted}.xsl.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ef9de7b058..917b01bc9c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,3 @@ version.ent blfs-bootscripts* xxx *.swp -general/prog/python-dependencies/pythonhosted.xml |