diff options
-rw-r--r-- | python/python-orbited/slack-desc | 19 | ||||
-rw-r--r-- | python/python2-orbited/README (renamed from python/python-orbited/README) | 0 | ||||
-rw-r--r-- | python/python2-orbited/python2-orbited.SlackBuild (renamed from python/python-orbited/python-orbited.SlackBuild) | 2 | ||||
-rw-r--r-- | python/python2-orbited/python2-orbited.info (renamed from python/python-orbited/python-orbited.info) | 4 | ||||
-rw-r--r-- | python/python2-orbited/slack-desc | 19 |
5 files changed, 22 insertions, 22 deletions
diff --git a/python/python-orbited/slack-desc b/python/python-orbited/slack-desc deleted file mode 100644 index 7cf3b1a72cc1d..0000000000000 --- a/python/python-orbited/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -python-orbited: python-orbited (Realtime Communication for the Browser) -python-orbited: -python-orbited: Orbited provides a pure JavaScript/HTML socket in the browser. It is -python-orbited: a web router and firewall that allows you to integrate web -python-orbited: applications with arbitrary back-end systems. You can implement any -python-orbited: network protocol in the browser - without resorting to plugins. -python-orbited: -python-orbited: Homepage: http://orbited.org/ -python-orbited: -python-orbited: -python-orbited: diff --git a/python/python-orbited/README b/python/python2-orbited/README index c95814113b23b..c95814113b23b 100644 --- a/python/python-orbited/README +++ b/python/python2-orbited/README diff --git a/python/python-orbited/python-orbited.SlackBuild b/python/python2-orbited/python2-orbited.SlackBuild index 123c92e5b52c9..d5498145f0b7e 100644 --- a/python/python-orbited/python-orbited.SlackBuild +++ b/python/python2-orbited/python2-orbited.SlackBuild @@ -22,7 +22,7 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -PRGNAM=python-orbited +PRGNAM=python2-orbited VERSION=${VERSION:-0.7.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-orbited/python-orbited.info b/python/python2-orbited/python2-orbited.info index 3928f11e93231..faeaf2c98500f 100644 --- a/python/python-orbited/python-orbited.info +++ b/python/python2-orbited/python2-orbited.info @@ -1,10 +1,10 @@ -PRGNAM="python-orbited" +PRGNAM="python2-orbited" VERSION="0.7.10" HOMEPAGE="http://orbited.org/" DOWNLOAD="https://pypi.python.org/packages/source/o/orbited/orbited-0.7.10.tar.gz" MD5SUM="4f4e85d197466c141b1af466782445c1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python2-demjson python2-morbid python2-stomper python-twisted python2-uuid" +REQUIRES="python2-demjson python2-morbid python2-stomper python2-twisted python2-uuid" MAINTAINER="David Woodfall" EMAIL="dave@slackbuilds.org" diff --git a/python/python2-orbited/slack-desc b/python/python2-orbited/slack-desc new file mode 100644 index 0000000000000..502bc16c4f0c6 --- /dev/null +++ b/python/python2-orbited/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python2-orbited: python2-orbited (Realtime Communication for the Browser) +python2-orbited: +python2-orbited: Orbited provides a pure JavaScript/HTML socket in the browser. It is +python2-orbited: a web router and firewall that allows you to integrate web +python2-orbited: applications with arbitrary back-end systems. You can implement any +python2-orbited: network protocol in the browser - without resorting to plugins. +python2-orbited: +python2-orbited: Homepage: http://orbited.org/ +python2-orbited: +python2-orbited: +python2-orbited: |