]> git.phdru.name Git - cookiecutter.git/commitdiff
Upgrade: http://phdru.name -> https://phdru.name
authorOleg Broytman <phd@phdru.name>
Fri, 25 May 2018 08:22:42 +0000 (11:22 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 25 May 2018 08:22:42 +0000 (11:22 +0300)
project_template/README.rst
project_template/devscripts/README.html
project_template/devscripts/requirements/requirements.txt
project_template/docs/install.rst
project_template/setup.cfg
project_template/setup.py

index d876efce3f50af68f48fce8150ceee47ce413c5b..749389f6b71206c727378d168a69c9864ae1df95 100644 (file)
@@ -10,8 +10,8 @@ License: GPL.
 
 This is {project}.
 
-| Home Page:     http://phdru.name/Software/Python/{project}/
-| Documentation: http://phdru.name/Software/Python/{project}/docs/
-| Git repo:      http://git.phdru.name/{project}.git/
+| Home Page:     https://phdru.name/Software/Python/{project}/
+| Documentation: https://phdru.name/Software/Python/{project}/docs/
+| Git repo:      https://git.phdru.name/{project}.git/
 | GitHub repo:   https://github.com/phdru/{project}
 | Issue tracker: https://github.com/phdru/{project}/issues
index edb7443673392ffddbc7db7de59a9ed46151a0b8..3bbd989d3c370d4b74d6fbb809bc445a997c27ca 100644 (file)
@@ -1 +1 @@
-<a href="http://phdru.name/Software/Python/{project}/">Broytman {project}</a>
+<a href="https://phdru.name/Software/Python/{project}/">Broytman {project}</a>
index 788a287177919a1f53d205ee47b867347cffd0f0..ccdf6d171e0ace2aa71e9ecdd881913b2a4e766d 100644 (file)
@@ -1,5 +1,5 @@
 --trusted-host phdru.name
---find-links=http://phdru.name/Software/Python/
+--find-links=https://phdru.name/Software/Python/
 --install-option=-O2
 
 m_lib.defenc >= 1.0
index 91b5c3e256a732022fdd068c913b095837a3cd9e..cfaf935bd9c5bdeb48e5574111ced6ab551a0b22 100644 (file)
@@ -6,14 +6,14 @@ System-wide
 
 ::
 
-    sudo pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' {project}
+    sudo pip install --find-links=https://phdru.name/Software/Python/ --no-index --install-option='-O2' {project}
 
 User mode
 ---------
 
 ::
 
-    pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' --user {project}
+    pip install --find-links=https://phdru.name/Software/Python/ --no-index --install-option='-O2' --user {project}
 
 Installation from sources
 =========================
index d84280f9298ae87ecddb7fe37b49c9b0b8629fdb..ab2e67721139c0a51da5e80eaa654a9e4b630227 100644 (file)
@@ -2,7 +2,7 @@
 universal = 1
 
 [easy_install]
-find_links = http://phdru.name/Software/Python/
+find_links = https://phdru.name/Software/Python/
 optimize = 2
 
 [egg_info]
index 52cb27e8c13c21feaf6f6397a56545c70acb3714..21eeadb11ebe5888cc6dd7ac539433669197bdf5 100755 (executable)
@@ -15,16 +15,16 @@ setup(
     long_description_content_type="text/x-rst",
     author='Oleg Broytman',
     author_email='phd@phdru.name',
-    url='http://phdru.name/Software/Python/{project}',
-    download_url='http://phdru.name/Software/Python/{project}',
+    url='https://phdru.name/Software/Python/{project}',
+    download_url='https://phdru.name/Software/Python/{project}',
     project_urls={
-        'Homepage': 'http://phdru.name/Software/Python/{project}',
+        'Homepage': 'https://phdru.name/Software/Python/{project}',
         'Documentation':
-            'http://phdru.name/Software/Python/{project}/docs/',
+            'https://phdru.name/Software/Python/{project}/docs/',
         'Russian docs':
-            'http://phdru.name/Software/Python/{project}/docs/ru/',
-        'Download': 'http://phdru.name/Software/Python/{project}',
-        'Git repo': 'http://git.phdru.name/{project}.git/',
+            'https://phdru.name/Software/Python/{project}/docs/ru/',
+        'Download': 'https://phdru.name/Software/Python/{project}',
+        'Git repo': 'https://git.phdru.name/{project}.git/',
         'Github repo': 'https://github.com/phdru/{project}',
         'Issue tracker': 'https://github.com/phdru/{project}/issues',
     },