From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2240613835A for ; Sat, 22 May 2021 20:56:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DD4BE0864; Sat, 22 May 2021 20:55:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14231E085B for ; Sat, 22 May 2021 20:55:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E95A9335CF5 for ; Sat, 22 May 2021 20:55:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A0E04A0 for ; Sat, 22 May 2021 20:55:56 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1621716943.3f15e263c39ebf1ebb447d54cc7cbc65221fde8a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backrefs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/backrefs/metadata.xml X-VCS-Directories: dev-python/backrefs/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3f15e263c39ebf1ebb447d54cc7cbc65221fde8a X-VCS-Branch: master Date: Sat, 22 May 2021 20:55:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6023a2eb-17fa-4379-b32a-2a572d3e5186 X-Archives-Hash: b357d3cf4615263c3b338b102d5855be commit: 3f15e263c39ebf1ebb447d54cc7cbc65221fde8a Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat May 22 20:37:05 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat May 22 20:55:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f15e263 dev-python/backrefs: add Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/backrefs/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/backrefs/metadata.xml b/dev-python/backrefs/metadata.xml index 0c26badc91b..8588059ebf5 100644 --- a/dev-python/backrefs/metadata.xml +++ b/dev-python/backrefs/metadata.xml @@ -20,4 +20,5 @@ Backrefs is a wrapper around Python's built-in Re and the 3rd party Regex library. Backrefs adds various additional back references (and a couple other features) that are known to some regular expression engines, but not to Python's Re and/or Regex. The supported back references actually vary depending on the regular expression engine being used as the engine may already have support for some. +