From owner-dev-commits-ports-all@freebsd.org Sun Aug 8 15:28:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 48E8665EEAF; Sun, 8 Aug 2021 15:28:40 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-lf1-f48.google.com (mail-lf1-f48.google.com [209.85.167.48]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GjNQw1Nkpz4v6n; Sun, 8 Aug 2021 15:28:40 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-lf1-f48.google.com with SMTP id w20so2024859lfu.7; Sun, 08 Aug 2021 08:28:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=2AEUxvuhpXpLA0jLN9/AkmI5oZMpJ8/Oer+Oy45xvpc=; b=NH1iZQyiOpVL14L41PlgVXdvJAUl+JQNOY0Jm34hR8wKr+pwEjunbh/lEE3QGoM4Lo m9zKGXeGj99Kp2RYi2LOmFkmhlr5n7OBKey8bjlO4tnBzRCd+uefvhV7ql9XnKed4v3e gXa0njWXvNyaD7kfJAUIo4UTu2DIfP/D9synCo2dmhGwy05iPxUGdU2JElZLT+MaORyP exVWIllma14SE5DDOSyh7aYiJmWv0kfM+YXplo5y+hBrdzINOkgjDLmkwiWNLoO4pc4r vSjmC4xxhKd3xE6VeVix1W8FJyKNGpOiMAMdXddMKZRDn8K9lJSlsTjxv6EUE6qpGtAZ AhbQ== X-Gm-Message-State: AOAM533ifiHc6HD6d+Iv/naeyqmRUyN/jsDImMT4RUcJFBbAuvLJFjUn keDY4kUyV/kDFltBGw1oUMpRfRQS8VI++Xy7MSLeqU9Vtqs= X-Google-Smtp-Source: ABdhPJwBBGtWEZ7FTcMw3jK5JMWVyMePjl758cnpEBvcLP4sPumi+gI1kPkEFJkIcz7SFoAPLJGpCa7AGYJgO5I3m7E= X-Received: by 2002:ac2:46e1:: with SMTP id q1mr1658920lfo.512.1628436512783; Sun, 08 Aug 2021 08:28:32 -0700 (PDT) MIME-Version: 1.0 References: <202108081458.178EwCqH023776@gitrepo.freebsd.org> In-Reply-To: <202108081458.178EwCqH023776@gitrepo.freebsd.org> From: Antoine Brodin Date: Sun, 8 Aug 2021 17:28:22 +0200 Message-ID: Subject: Re: git: 9278328b0d88 - main - textproc/py-pybtex: Add py-pybtex 0.24.0 To: Po-Chuan Hsieh Cc: ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4GjNQw1Nkpz4v6n X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2021 15:28:40 -0000 On Sun, Aug 8, 2021 at 4:58 PM Po-Chuan Hsieh wrote: > > The branch main has been updated by sunpoet: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=9278328b0d88ada1efc3fcb7808d8b1d0ff561c0 > > commit 9278328b0d88ada1efc3fcb7808d8b1d0ff561c0 > Author: Po-Chuan Hsieh > AuthorDate: 2021-08-08 14:32:23 +0000 > Commit: Po-Chuan Hsieh > CommitDate: 2021-08-08 14:53:54 +0000 > > textproc/py-pybtex: Add py-pybtex 0.24.0 > > Pybtex is a BibTeX-compatible bibliography processor written in Python. You can > simply type pybtex instead of bibtex. > > Pybtex aims to be 100% compatible with BibTeX. It accepts the same command line > options, fully supports BibTeX's .bst styles and produces byte-identical output. > > WWW: https://pybtex.org/ > WWW: https://bitbucket.org/pybtex-devs/pybtex/ Hi, This broke INDEX and bulk -a Antoine