mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
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
This commit is contained in:
parent
d94bd7f471
commit
038b21b7ca
18
packages.ent
18
packages.ent
@ -337,8 +337,18 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY ninja-version "1.9.0">
|
||||
<!ENTITY npapi-sdk-version "0.27.2">
|
||||
<!ENTITY php-version "7.4.3">
|
||||
<!ENTITY python2-version "2.7.17">
|
||||
<!ENTITY python3-version "3.8.2">
|
||||
|
||||
<!ENTITY python2-majorver "2.7">
|
||||
<!ENTITY python2-patch "17">
|
||||
<!ENTITY python2-version "&python2-majorver;.&python2-patch;">
|
||||
|
||||
<!ENTITY python3-major "3">
|
||||
<!ENTITY python3-minor "8">
|
||||
<!ENTITY python3-patch "2">
|
||||
<!ENTITY python3-majorver "&python3-major;.&python3-minor;">
|
||||
<!ENTITY python3-version "&python3-majorver;.&python3-patch;">
|
||||
<!ENTITY python3-lib-suffix "cpython-&python3-major;&python3-minor;-<arch>-linux-gnu">
|
||||
|
||||
<!ENTITY ruby-minor-version "2.7">
|
||||
<!ENTITY ruby-patch-version "0">
|
||||
<!ENTITY ruby-version "&ruby-minor-version;.&ruby-patch-version;">
|
||||
@ -364,10 +374,6 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY openjdk-version "12.0.2">
|
||||
<!ENTITY openjdk-build "10">
|
||||
|
||||
<!ENTITY python2-majorver "2.7">
|
||||
<!ENTITY python3-majorver "3.8">
|
||||
<!ENTITY python3-lib-suffix "cpython-38-<arch>-linux-gnu">
|
||||
|
||||
<!-- Perl module versions used in the Perl Modules instructions
|
||||
Please read the Changes file before updating a module.
|
||||
These should point to www.cpan.org/authors/ -->
|
||||
|
Loading…
Reference in New Issue
Block a user