Changeset 038b21b7


Ignore:
Timestamp:
03/16/2020 02:30:20 AM (4 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9da80b86
Parents:
d94bd7f4
Message:

put all python3 version info together, preventing further version mismatch

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22846 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • packages.ent

    rd94bd7f4 r038b21b7  
    338338<!ENTITY npapi-sdk-version            "0.27.2">
    339339<!ENTITY php-version                  "7.4.3">
    340 <!ENTITY python2-version              "2.7.17">
    341 <!ENTITY python3-version              "3.8.2">
     340
     341<!ENTITY python2-majorver             "2.7">
     342<!ENTITY python2-patch                "17">
     343<!ENTITY python2-version              "&python2-majorver;.&python2-patch;">
     344
     345<!ENTITY python3-major                "3">
     346<!ENTITY python3-minor                "8">
     347<!ENTITY python3-patch                "2">
     348<!ENTITY python3-majorver             "&python3-major;.&python3-minor;">
     349<!ENTITY python3-version              "&python3-majorver;.&python3-patch;">
     350<!ENTITY python3-lib-suffix           "cpython-&python3-major;&python3-minor;-&lt;arch&gt;-linux-gnu">
     351
    342352<!ENTITY ruby-minor-version           "2.7">
    343353<!ENTITY ruby-patch-version           "0">
     
    364374<!ENTITY openjdk-version              "12.0.2">
    365375<!ENTITY openjdk-build                "10">
    366 
    367 <!ENTITY python2-majorver             "2.7">
    368 <!ENTITY python3-majorver             "3.8">
    369 <!ENTITY python3-lib-suffix           "cpython-38-&lt;arch&gt;-linux-gnu">
    370376
    371377<!-- Perl module versions used in the Perl Modules instructions
Note: See TracChangeset for help on using the changeset viewer.