#author("2020-01-05T13:28:52+09:00","default:kuji","kuji")
#author("2020-01-06T05:02:41+09:00","default:kuji","kuji")
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*python 3.6 to 3.7 [#p8d421a2]

212
python 3.6 で動作している212というサーバがあって、3.6から3.7へ以降したいので、

/etc/make.conf

 DEFAULT_VERSIONS+=  perl5=5.28
 #DEFAULT_VERSIONS+=  perl5=5.26
 NO_SENDMAIL= true
 #DEFAULT_VERSIONS+=python=3.6 pythonr3=3.6
 DEFAULT_VERSIONS+=python=3.7 pythonr3=3.7
 DEFAULT_VERSIONS+=ruby=2.6

 pkg set -o lang/python36:lang/python37
 Change origin from lang/python36 to lang/python37 for all dependencies? [y/N]: y


として、この段階では、

*python 3.6 to 3.7 [#o1ae78d8]
 # pkg delete python36-3.6.9_3
 Updating database digests format: 100%
 Checking integrity... done (0 conflicting)
 Deinstallation has been requested for the following 9 packages (of 0 packages in the universe):
 
 Installed packages to be REMOVED:
         python36-3.6.9_3
         munin-node-2.0.52
         llvm80-8.0.1_3
         glib-2.56.3_6,1
         rrdtool-1.7.2_1
         harfbuzz-2.6.4
         pango-1.42.4_3
         cairo-1.16.0,2
         munin-master-2.0.52
 
 Number of packages to be removed: 9
 
 The operation will free 992 MiB.
 
 Proceed with deinstalling packages? [y/N]:

 ===>   Registering installation for py37-setuptools-41.4.0_1 as automatic
 Installing py37-setuptools-41.4.0_1...
 pkg-static: py37-setuptools-41.4.0_1 conflicts with py36-setuptools-41.4.0_1 (installs files into the same place). 


となるが、

 # pkg delete py36-setuptools-41.4.0_1

Installed packages to be REMOVED:
        py36-setuptools-41.4.0_1
        py36-configargparse-1.0
        py36-certifi-2019.11.28
        py36-cython-0.29.13_1
        py36-chardet-3.0.4_3
        meson-0.52.1
        py36-urllib3-1.25.6,1
        py36-parsedatetime-2.5
        py36-requests-2.22.0
        py36-cffi-1.13.2
        py36-future-0.18.2
        py36-recommonmark-0.5.0_1
        py36-CommonMark-0.9.1
        py36-pytz-2019.3,1
        py36-requests-toolbelt-0.8.0_1
        py36-certbot-0.39.0,1
        py36-acme-0.39.0,1
        py36-sphinx-1.6.5_2,1
        py36-zope.component-4.2.2
        py36-josepy-1.2.0
        py36-openssl-19.0.0
        py36-cryptography-2.6.1
        py36-idna-2.8
        py36-zope.event-4.1.0
        py36-Jinja2-2.10.1
        py36-MarkupSafe-1.1.1
        py36-alabaster-0.7.6
        py36-pytest-runner-2.11.1
        py36-ply-3.11
        py36-snowballstemmer-1.2.1
        py36-docutils-0.15.2
        py36-distro-1.4.0_1
        py36-zope.interface-4.6.0
        py36-imagesize-1.1.0
        py36-pyrfc3339-1.1
        py36-Babel-2.7.0
        py36-asn1crypto-0.24.0
        py36-pycparser-2.19
        py36-configobj-5.0.6_1
        py36-speedtest-cli-2.1.1
        py36-setuptools_scm-3.3.3
        py36-sphinxcontrib-websupport-1.1.2
        py36-sphinx_rtd_theme-0.4.3
        py36-pygments-2.4.1
        py36-pystemmer-1.3.0_2
        py36-six-1.12.0
        py36-pysocks-1.7.1
        bind-tools-9.14.9
        bind911-9.11.14
 # pkg delete python37-3.7.6
 Checking integrity... done (0 conflicting)
 Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):
 
 Installed packages to be REMOVED:
         python37-3.7.6
 
 Number of packages to be removed: 1
 
 The operation will free 110 MiB.
 
 Proceed with deinstalling packages? [y/N]:

となる。

https://www.freebsd.org/doc/ja_JP.eucJP/books/handbook/pkgng-intro.html

https://ja.stackoverflow.com/questions/53587/python%E3%81%AE%E3%83%87%E3%83%95%E3%82%A9%E3%83%AB%E3%83%88%E3%83%90%E3%83%BC%E3%82%B8%E3%83%A7%E3%83%B3%E3%82%923-7%E3%81%AB%E3%81%97%E3%81%9F%E3%81%84


----
Total access &counter(total);:本日 &counter(today);:昨日 &counter(yesterday);
#counter([total|today|yesterday]);


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS