summaryrefslogtreecommitdiff
path: root/gnu/packages/protobuf.scm
AgeCommit message (Expand)Author
2018-08-16gnu: protobuf-c: Update to 1.3.1....* gnu/packages/protobuf.scm (protobuf-c): Update to 1.3.1. Tobias Geerinckx-Rice
2018-03-17gnu: python-protobuf: Update to 3.5.2....* gnu/packages/protobuf.scm (python-protobuf): Update to 3.5.2. Tobias Geerinckx-Rice
2017-12-23gnu: protobuf: Update to 3.5.1....* gnu/packages/protobuf.scm (protobuf): Update to 3.5.1. Tobias Geerinckx-Rice
2017-12-04gnu: protobuf: Update to 3.5.0....* gnu/packages/protobuf.scm (protobuf): Update to 3.5.0. Tobias Geerinckx-Rice
2017-11-21gnu: Use ‘license:’ prefix in (gnu packages protobuf)....* gnu/packages/protobuf.scm (fstrm, protobuf, protobuf-2, protobuf-c) (python-protobuf, python2-protobuf): Use ‘license:’ prefix. Tobias Geerinckx-Rice
2017-11-21gnu: Add fstrm....* gnu/packages/protobuf.scm (fstrim): New public variable. Tobias Geerinckx-Rice
2017-11-21gnu: protobuf: Add ‘static’ output....* gnu/packages/protobuf.scm (protobuf)[outputs]: New field. [arguments]: Add new ‘move-static-libraries’ phase. Tobias Geerinckx-Rice
2017-10-20gnu: ola: Build with protobuf@2....This follows up commit dd12d4aad02fc83e00e7b09d676aa78bcb7dd476. * gnu/packages/protobuf.scm (protobuf-2): New variable. * gnu/packages/lighting.scm (ola)[propagated-inputs]: Use it. Tobias Geerinckx-Rice
2017-10-18gnu: python-protobuf: Update to 3.4.0....* gnu/packages/protobuf.scm (python-protobuf): Update to 3.4.0. Ricardo Wurmus
2017-10-18gnu: Add protobuf-c....* gnu/packages/protobuf.scm (protobuf-c): New variable. Ricardo Wurmus
2017-10-18gnu: protobuf: Update to 3.4.1....* gnu/packages/protobuf.scm (protobuf): Update to 3.4.1. Ricardo Wurmus
2016-11-15gnu: Fix python inputs, part 1: all inputs become propagated-inputs....This patch contains the changes where all [inputs] are changed to [propagated-inputs] * gnu/packages/python.scm (python-passlib, python-paramiko, python-ccm, python-babel, python-keyring python-pandas, python-tzlocal, python-parse-type, python-nose2, python-pytest, python-pytest-mock, python-pytest-xdist, python-scripttest, python-testtools, python-pytest-cov, python-testscenarios, python-pbr-0.11, python-oauthlib, python-jinja2, python-sphinx, python-tzlocal, python-bugz, python2-pytest-mock, behave, pelican, sqlalchemy-utils, python-pygridtools, python-urwidtrees, python-tornado, python2-tornado, python-debian, python-execnet, python-pytest-cache, pytest-localserver, python-clint, python-rply, python-hy, python-rauth, python-rsa, python-celery, python-vobject, s3cmd, python-prompt-toolkit, ptpython, python-requests-oauthlib, python-stem, python-binaryornot, python2-binaryornot, python-nltk, python-pymongo, python-schematics, python-url, python2-url, python-freezegun, python-glances, python-graphql-core, python-graphql-relay, python-graphene, python-nautilus, python-s3transfer): All [inputs] become [propagated-inputs]. * gnu/packages/bioinformatics.scm (python-biopython): Likewise. * gnu/packages/django.scm (pytest-django): Likewise. * gnu/packages/mail.scm (python-mailmanclient): Likewise. * gnu/packages/password-utils.scm (python-bcrypt): Likewise. * gnu/packages/propbuf.scm (python-protobuf): Likewise. * gnu/packages/rdf.scm (python-rdflib): Likewise. SQACH all become propagated Hartmut Goebel
2016-11-15gnu: Remove python-setuptools and python2-setuptools from inputs (part 4a)...This patch contains the changes for all modules beside python.scm where setuptools are used in an inherited package and removing this input also removes the need for inheriting the package. This is the case if adding setuptools in the inherited package was the only change. Change this to not inherit and remove the new needless call to "strip-python2-variant (if applicable). * gnu/packages/bioinformatics.scm (python-biopython, python2-biopython, python-twobitreader, python2-twobitreader, python-plastid, python2-plastid, python2-pybigwig, python2-screed, sra-tools): No longer "inherit" Python 2 packages inheriting from a Python 3 package if the sole reason for inheriting was adding python-setuptools respective python2-setuptools to [inputs], [native-inputs] or [propagated-inputs]. Remove now needless [properties] "python2-variant" where applicable. * gnu/packages/django.scm (python-pytest-django, python2-pytest-django, python-django-filter, python2-django-filter): Likewise. * gnu/packages/gnupg.scm (python2-pygpgme): Likewise. * gnu/packages/mail.scm (python-mailmanclient, python2-mailmanclient): Likewise. * gnu/packages/mpd.scm (python-msp, python2-mpd2): Likewise. * gnu/packages/music.scm (python-pylast, python2-pylast): Likewise. * gnu/packages/openstack.scm (python-requests-mock, python2-requests-mock, python2-git-review): Likewise. * gnu/packages/password-utils.scm (python2-bcrypt): Likewise. * gnu/packages/protobuf.scm (python-protobuf, python2-protobuf): Likewise. * gnu/packages/statistics.scm (python-patsy, python2-patsy): Likewise. * gnu/packages/web.scm (python2-feedparser): Likewise. Hartmut Goebel
2016-11-13gnu: protobuf: Replace dead Google Code home-page....* gnu/packages/protobuf.scm (protobuf)[home-page]: Update it. Tobias Geerinckx-Rice
2016-07-29gnu: python-protobuf: Update to 3.0.0....* gnu/packages/protobuf.scm (python-protobuf, python2-protobuf): Update to 3.0.0. Leo Famulari
2016-07-29gnu: protobuf: Update to 2.6.1....* gnu/packages/protobuf.scm (protobuf): Update to 2.6.1. [source]: Update to new upstream URL. Leo Famulari
2016-07-22gnu: Add python-protobuf....* gnu/packages/protobuf.scm (python-protobuf, python2-protobuf): New variables. Co-authored-by: Leo Famulari <leo@famulari.name> Daniel Pimentel
2014-04-11gnu: Add Protobuf....* gnu/packages/protobuf.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès