[Python-checkins] peps: PEP 103: Updates from Oleg Broytman

berker.peksag python-checkins at python.org
Tue May 17 20:58:54 EDT 2016


https://hg.python.org/peps/rev/af1b2ea23860
changeset:   6336:af1b2ea23860
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Wed May 18 03:59:03 2016 +0300
summary:
  PEP 103: Updates from Oleg Broytman

files:
  pep-0103.txt |  9 +++++----
  1 files changed, 5 insertions(+), 4 deletions(-)


diff --git a/pep-0103.txt b/pep-0103.txt
--- a/pep-0103.txt
+++ b/pep-0103.txt
@@ -887,10 +887,11 @@
 and communication. Among these environments are `Kallithea
 <https://kallithea-scm.org/>`_ and `pagure <https://pagure.io/>`_,
 both are written in Python; pagure was written by Fedora developers
-and is being used to develop some Fedora projects. `Gogs
-<https://gogs.io/>`_ is written in Go; there is a fork `Gitea
-<http://gitea.io/>`_. `GitBucket
-<https://takezoe.github.io/gitbucket/about/>`_ is written in Scala.
+and is being used to develop some Fedora projects. `GitPrep
+<http://gitprep.yukikimoto.com/>`_ is yet another Github clone,
+written in Perl. `Gogs <https://gogs.io/>`_ is written in Go.
+`GitBucket <https://takezoe.github.io/gitbucket/about/>`_ is written
+in Scala.
 
 And last but not least, `Gitlab <https://about.gitlab.com/>`_. It's
 perhaps the most advanced web-based development environment for git.

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list