From 2ba18872f5c70e96d18c8760e6c835c39eb2caca Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Sun, 31 Mar 2024 12:16:31 +0200
Subject: [PATCH] python/jaraco.develop: update to 8.11.1

---
 transforms/locale |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/transforms/locale b/transforms/locale
index df2cd00..44a0bea 100644
--- a/transforms/locale
+++ b/transforms/locale
@@ -20,12 +20,19 @@
 #
 
 #
-# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 # general locale
 <transform dir link hardlink path=.*/locale$ -> default facet.locale true>
 
+# add locale specific facets to using the the locale name encoded in
+# the pathname.  We don't need the portion after the '@' or '.', only
+# .../locale/{locale-name}[@.]*.
 <transform dir file link hardlink \
-    path=.*/locale/([^_/]+)([\._].+){0,1}(/.+){0,1}$ -> \
+    path=.*/locale/([^/@\.]+)(.+){0,1}(/.+){0,1}$ -> \
     default facet.locale.%<\1> true>
+
+# unfacet the C locale
+<transform dir file link hardlink \
+    facet.locale.C=.+ -> delete facet.locale.C .+ >

--
Gitblit v1.9.3