summaryrefslogtreecommitdiff
path: root/pcr/python-oslo-serialization
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-02-27 07:42:51 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-02-27 07:42:51 -0500
commitb052cac0261c7406bb96bbe868d6f6b57a00c3f4 (patch)
tree82472dbd989148da5ac53cf6508215662396dfae /pcr/python-oslo-serialization
parentab98e9f55fdb5db727eae0275bb9d5716c1c4eb9 (diff)
Removing python-{keystoneclient,netifaces,oslo-i18n,oslo-serialization,oslo-utils}: These packages are in [community] repo
Diffstat (limited to 'pcr/python-oslo-serialization')
-rw-r--r--pcr/python-oslo-serialization/PKGBUILD40
1 files changed, 0 insertions, 40 deletions
diff --git a/pcr/python-oslo-serialization/PKGBUILD b/pcr/python-oslo-serialization/PKGBUILD
deleted file mode 100644
index d014b5d94..000000000
--- a/pcr/python-oslo-serialization/PKGBUILD
+++ /dev/null
@@ -1,40 +0,0 @@
-# Maintainer (Arch): Carl George < arch at cgtx dot us >
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-
-_name="oslo.serialization"
-_module="${_name/./-}"
-
-pkgname=("python-${_module}" "python2-${_module}")
-pkgver="1.8.0"
-pkgrel="1"
-pkgdesc="Oslo Serialization library"
-arch=("any")
-url="https://github.com/openstack/${_name}"
-license=("Apache")
-makedepends=("git" "python-pbr>=1.3" "python2-pbr>=1.3")
-source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('89156873f2dfa4aed0265ca9c27d7e66c9aff6cfd5b01cafd2eb4e6bd462579b')
-
-package_python-oslo-serialization() {
- depends=("python-babel>=1.3"
- "python-six>=1.9.0"
- "python-msgpack>=0.4.0"
- "python-iso8601>=0.1.9"
- "python-oslo-utils>=1.9.0"
- "python-pbr>=1.3"
- "python-pytz>=2013.6")
- cd "${srcdir}/${_name}-${pkgver}"
- python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-oslo-serialization() {
- depends=("python2-babel>=1.3"
- "python2-six>=1.9.0"
- "python2-msgpack>=0.4.0"
- "python2-iso8601>=0.1.9"
- "python2-oslo-utils>=1.9.0"
- "python2-pbr>=1.3"
- "python2-pytz>=2013.6")
- cd "${srcdir}/${_name}-${pkgver}"
- python2 setup.py install --root="${pkgdir}" --optimize=1
-}