Changeset 6837c68 for Makefile


Ignore:
Timestamp:
01/22/2023 04:13:38 PM (15 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
77e02e1
Parents:
a3a6dfc
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    ra3a6dfc r6837c68  
    1010SHELL        = /bin/bash
    1111
    12 PYHOSTED = general/prog/python-dependencies/pythonhosted.xml
    13 ALLXML := $(filter-out $(RENDERTMP)/%, \
    14         $(filter-out $(PYHOSTED), \
    15         $(wildcard *.xml */*.xml */*/*.xml */*/*/*.xml */*/*/*/*.xml)))
    16 ALLXSL := $(filter-out $(RENDERTMP)/%, \
    17         $(wildcard *.xsl */*.xsl */*/*.xsl */*/*/*.xsl */*/*/*/*.xsl))
    18 
     12#PYHOSTED = general/prog/python-dependencies/pythonhosted.xml
     13#ALLXML := $(filter-out $(RENDERTMP)/%, \
     14#       $(filter-out $(PYHOSTED), \
     15#       $(wildcard *.xml */*.xml */*/*.xml */*/*/*.xml */*/*/*/*.xml)))
     16#ALLXSL := $(filter-out $(RENDERTMP)/%, \
     17#       $(wildcard *.xsl */*.xsl */*/*.xsl */*/*/*.xsl */*/*/*/*.xsl))
    1918
    2019ifdef V
     
    161160
    162161validate: $(RENDERTMP)/$(BLFSFULL)
    163 $(RENDERTMP)/$(BLFSFULL): $(PYHOSTED) version.ent
     162#$(RENDERTMP)/$(BLFSFULL): $(PYHOSTED) version.ent
     163$(RENDERTMP)/$(BLFSFULL): version.ent
    164164        $(Q)[ -d $(RENDERTMP) ] || mkdir -p $(RENDERTMP)
    165165
     
    276276        $(Q)./git-version.sh $(REV)
    277277
    278 ALL_PYTHON_DEPS := $(filter-out $(PYHOSTED), \
    279                    $(wildcard general/prog/python-dependencies/*.xml))
    280 
    281 PYTHONHOSTED_MODS := requests sphinx_rtd_theme pytest gi-docgen
    282 
    283 PYTHONHOSTED_MOD_PAGES := $(addprefix general/prog/python-modules/,\
    284                           $(addsuffix .xml,$(PYTHONHOSTED_MODS)))
    285 
    286 $(PYHOSTED): $(ALL_PYTHON_DEPS)           \
    287              $(PYTHONHOSTED_MOD_PAGES)    \
    288              stylesheets/pyhosted-inc.xsl \
    289              stylesheets/pythonhosted.xsl | version.ent
    290         @echo Generating pythonhosted.xml; \
    291    if [ ! -f $@ ]; then               \
    292       cp dummy.xml $(PYHOSTED);       \
    293    fi
    294         $(Q)xsltproc --xinclude                                    \
    295                 --output temp.xml                             \
    296                 --stringparam packages "$(PYTHONHOSTED_MODS)" \
    297                 stylesheets/pythonhosted.xsl                  \
    298                 general/prog/python-modules.xml
    299         $(Q)mv temp.xml $@
     278#ALL_PYTHON_DEPS := $(filter-out $(PYHOSTED), \
     279#                   $(wildcard general/prog/python-dependencies/*.xml))
     280#
     281#PYTHONHOSTED_MODS := requests sphinx_rtd_theme pytest gi-docgen
     282#
     283#PYTHONHOSTED_MOD_PAGES := $(addprefix general/prog/python-modules/,\
     284#                          $(addsuffix .xml,$(PYTHONHOSTED_MODS)))
     285#
     286#$(PYHOSTED): $(ALL_PYTHON_DEPS)           \
     287#             $(PYTHONHOSTED_MOD_PAGES)    \
     288#             stylesheets/pyhosted-inc.xsl \
     289#             stylesheets/pythonhosted.xsl | version.ent
     290#       @echo Generating pythonhosted.xml; \
     291#   if [ ! -f $@ ]; then               \
     292#      cp dummy.xml $(PYHOSTED);       \
     293#   fi
     294#       $(Q)xsltproc --xinclude                                    \
     295#                --output temp.xml                             \
     296#                --stringparam packages "$(PYTHONHOSTED_MODS)" \
     297#                stylesheets/pythonhosted.xsl                  \
     298#                general/prog/python-modules.xml
     299#       $(Q)mv temp.xml $@
Note: See TracChangeset for help on using the changeset viewer.