From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/u-msgpack/
Date: Wed, 31 Aug 2016 01:18:28 +0000 (UTC) [thread overview]
Message-ID: <1472606260.2033eb60ed844c0e67501948e48dd4dc525b8178.dolsen@gentoo> (raw)
commit: 2033eb60ed844c0e67501948e48dd4dc525b8178
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 00:09:08 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 01:17:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2033eb60
dev-python/u-msgpack: New pkg, new dep of dev-python/autobahn-0.16.0
Package-Manager: portage-2.3.0
dev-python/u-msgpack/Manifest | 1 +
dev-python/u-msgpack/metadata.xml | 27 +++++++++++++++++++++++++++
dev-python/u-msgpack/u-msgpack-2.1.ebuild | 25 +++++++++++++++++++++++++
3 files changed, 53 insertions(+)
diff --git a/dev-python/u-msgpack/Manifest b/dev-python/u-msgpack/Manifest
new file mode 100644
index 00000000..4f46b95
--- /dev/null
+++ b/dev-python/u-msgpack/Manifest
@@ -0,0 +1 @@
+DIST u-msgpack-2.1.tar.gz 6128 SHA256 66a39ddc6830be29b6d304dee9d4ab37104550ac4565eab1aa4c2bd3d34d759f SHA512 c1f52f57b30f69c9312ba10b9d3d15aab1cbb6259729fc470e31d5828dc0d74efdfa93990b8b85fe817e2831acb72b1f5b7a7c0555bb75ad53950336622ef8ed WHIRLPOOL a77a9ad4d978315cf9a047b892c264e44c3eff91feb98364cbf3b97f137cc142783e7d92d02b7f2fa9ba69d501a6187a4d6ba269c5c897a26748193d15e1f4b3
diff --git a/dev-python/u-msgpack/metadata.xml b/dev-python/u-msgpack/metadata.xml
new file mode 100644
index 00000000..2703679
--- /dev/null
+++ b/dev-python/u-msgpack/metadata.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>dol-sen@gentoo.org</email>
+ <description>Primary maintainer</description>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <email>vsergeev@gmail.com</email>
+ <name>Vanya Sergeev</name>
+ </maintainer>
+ <remote-id type="pypi">u-msgpack-python</remote-id>
+ </upstream>
+ <longdescription>
+ u-msgpack-python is a lightweight MessagePack serializer and
+ deserializer module written in pure Python, compatible with both Python
+ 2 and Python 3, as well as CPython and PyPy implementations of Python.
+ u-msgpack-python is fully compliant with the latest MessagePack
+ specification. In particular, it supports the new binary, UTF-8 string,
+ and application-defined ext types
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-python/u-msgpack/u-msgpack-2.1.ebuild b/dev-python/u-msgpack/u-msgpack-2.1.ebuild
new file mode 100644
index 00000000..40bd1b6
--- /dev/null
+++ b/dev-python/u-msgpack/u-msgpack-2.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
+
+inherit distutils-r1
+
+MY_PN="${PN}-python"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A portable, lightweight MessagePack serializer and deserializer"
+HOMEPAGE="https://github.com/vsergeev/u-msgpack-python https://pypi.python.org/pypi/u-msgpack-python"
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
next reply other threads:[~2016-08-31 1:18 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-31 1:18 Brian Dolbec [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-10-22 1:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/u-msgpack/ Brian Dolbec
2016-10-24 23:17 Brian Dolbec
2017-05-09 0:54 Zac Medico
2017-05-10 20:10 Jeroen Roovers
2017-05-16 2:10 Brian Dolbec
2017-05-17 19:22 Markus Meier
2017-05-18 20:00 Michael Weber
2017-05-23 20:00 Michael Weber
2017-05-26 18:36 Markus Meier
2017-05-26 20:56 Mart Raudsepp
2017-07-01 11:19 Sergei Trofimovich
2017-07-31 9:33 Tobias Klausmann
2017-08-20 2:17 Tim Harder
2017-09-22 19:40 Sergei Trofimovich
2017-09-28 13:42 Michael Palimaka
2017-11-23 22:31 Matt Turner
2017-12-20 21:53 Sergei Trofimovich
2018-02-21 20:18 Michał Górny
2018-06-30 17:55 Sergei Trofimovich
2018-07-02 21:24 Sergei Trofimovich
2018-07-14 20:10 Sergei Trofimovich
2018-07-15 10:25 Sergei Trofimovich
2018-07-20 15:53 Tobias Klausmann
2019-01-29 13:31 Mikle Kolyada
2019-06-25 9:05 Michael Haubenwallner
2019-06-25 12:09 Michael Haubenwallner
2019-11-02 8:19 Mikle Kolyada
2019-11-27 1:13 Patrick McLean
2020-03-25 12:23 Agostino Sarubbo
2020-03-25 12:36 Agostino Sarubbo
2020-03-25 13:12 Agostino Sarubbo
2020-03-25 13:27 Agostino Sarubbo
2020-03-25 14:52 Agostino Sarubbo
2020-03-25 15:27 Agostino Sarubbo
2020-03-29 10:30 Michał Górny
2020-03-29 10:30 Michał Górny
2020-03-29 10:30 Michał Górny
2020-05-26 16:23 Michał Górny
2020-05-26 16:57 Michał Górny
2020-07-09 8:04 Agostino Sarubbo
2020-07-09 8:16 Agostino Sarubbo
2020-07-09 8:27 Agostino Sarubbo
2020-07-09 8:41 Agostino Sarubbo
2020-07-11 9:39 Michał Górny
2020-08-01 10:09 Michał Górny
2020-08-01 10:09 Michał Górny
2020-10-18 19:10 Thomas Deutschmann
2020-10-18 19:19 Sam James
2020-10-21 22:51 Michał Górny
2020-10-25 6:04 Michał Górny
2020-11-26 5:57 Sam James
2020-11-26 8:26 Michał Górny
2021-05-07 11:58 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1472606260.2033eb60ed844c0e67501948e48dd4dc525b8178.dolsen@gentoo \
--to=dolsen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox