[arch-commits] Commit in python-jieba/repos/community-any (LICENSE PKGBUILD PKGBUILD)

Felix Yan fyan at archlinux.org
Wed Dec 16 13:28:31 UTC 2015


    Date: Wednesday, December 16, 2015 @ 14:28:31
  Author: fyan
Revision: 153428

archrelease: copy trunk to community-any

Added:
  python-jieba/repos/community-any/PKGBUILD
    (from rev 153427, python-jieba/trunk/PKGBUILD)
Deleted:
  python-jieba/repos/community-any/LICENSE
  python-jieba/repos/community-any/PKGBUILD

----------+
 LICENSE  |   20 ----------------
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 36 insertions(+), 56 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2015-12-16 13:28:13 UTC (rev 153427)
+++ LICENSE	2015-12-16 13:28:31 UTC (rev 153428)
@@ -1,20 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2013 Sun Junyi
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
-the Software, and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-16 13:28:13 UTC (rev 153427)
+++ PKGBUILD	2015-12-16 13:28:31 UTC (rev 153428)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-_pypiname=jieba
-pkgname=(python-jieba python2-jieba)
-pkgver=0.37
-pkgrel=1
-pkgdesc="Chinese Words Segementation Utilities"
-arch=('any')
-url='https://github.com/fxsjy/jieba'
-license=('MIT')
-makedepends=('python' 'python2')
-source=("http://pypi.python.org/packages/source/j/jieba/jieba-$pkgver.zip"
-        LICENSE)
-sha512sums=('61342a14215f65f6abb6c7cd0872e9ac16a6778415704c422b272c1f1f384ae9913e007cddb15df64f4696219034b4cc328cf28d304c3239cc4181359e5cf84f'
-            '4ff70d3b714cd57b9c53e156fc4c0dd14f22001e20fce2edbdba079f352271f85e5e8c1e519ff2f91ff1aa258adb8ecc3ffc3bd8cb34ffdc6a44ced9a583feaf')
-
-prepare() {
-  cp -a jieba-$pkgver{,-py2}
-}
-
-package_python-jieba() {
-  depends=('python')
-
-  cd "$srcdir/jieba-$pkgver"
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-jieba() {
-  depends=('python2')
-
-  cd "$srcdir/jieba-$pkgver-py2"
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-jieba/repos/community-any/PKGBUILD (from rev 153427, python-jieba/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-12-16 13:28:31 UTC (rev 153428)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+_pypiname=jieba
+pkgname=(python-jieba python2-jieba)
+pkgver=0.38
+pkgrel=1
+pkgdesc="Chinese Words Segementation Utilities"
+arch=('any')
+url='https://github.com/fxsjy/jieba'
+license=('MIT')
+makedepends=('python' 'python2')
+source=("http://pypi.python.org/packages/source/j/jieba/jieba-$pkgver.zip"
+        LICENSE)
+sha512sums=('52bfde29f97210f7e0dd766cc83f17961644e71593c2180a9b2867c5f4f42cad87b193ac3050aa3bc922fcee36ddcd48dd41e981206f39368ca30b60eae721de'
+            '840a892dcc1ae83b4d3eda1aa005d08ce158c28911621f43afa0c214c269a72bedd909d60b2cdbfa2a545259451abde798713a25d1b1d9f9c06cceb56bc214dd')
+
+prepare() {
+  cp -a jieba-$pkgver{,-py2}
+}
+
+package_python-jieba() {
+  depends=('python')
+
+  cd "$srcdir/jieba-$pkgver"
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-jieba() {
+  depends=('python2')
+
+  cd "$srcdir/jieba-$pkgver-py2"
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list