* [gentoo-commits] proj/metagen:master commit in: /
@ 2011-09-25 14:04 Jesus Rivero
0 siblings, 0 replies; 13+ messages in thread
From: Jesus Rivero @ 2011-09-25 14:04 UTC (permalink / raw
To: gentoo-commits
commit: a68632822c87273ec505944b06842c60c7498b0d
Author: Jesus Rivero (Neurogeek) <jer <AT> acla-overseas <DOT> com>
AuthorDate: Sun Sep 25 10:01:17 2011 +0000
Commit: Jesus Rivero <neurogeek <AT> gentoo <DOT> org>
CommitDate: Sun Sep 25 10:01:17 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/metagen.git;a=commit;h=a6863282
Added dist to gitignore
.gitignore | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --cc .gitignore
index 2f78cf5,2f78cf5..cd23185
--- a/.gitignore
+++ b/.gitignore
@@@ -1,2 -1,2 +1,3 @@@
*.pyc
--
++dist/*
++MANIFEST
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/metagen:master commit in: /
@ 2020-01-25 22:43 Sebastian Pipping
0 siblings, 0 replies; 13+ messages in thread
From: Sebastian Pipping @ 2020-01-25 22:43 UTC (permalink / raw
To: gentoo-commits
commit: 11fac4ba6ecd358613f9e8c0a9e799adbbe99a27
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 22:42:22 2020 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 22:42:48 2020 +0000
URL: https://gitweb.gentoo.org/proj/metagen.git/commit/?id=11fac4ba
Merge branch 'py3'
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
docs/README | 2 +-
metagen/{main.py => __main__.py} | 45 ++++++++++----------
metagen/meta_unittest.py | 4 +-
metagen/metagenerator.py | 80 +++++++++++++++++++++++++-----------
metagen/test_cli | 2 +-
metagen/version.py | 2 +-
setup.py | 89 ++++++++++++++--------------------------
7 files changed, 114 insertions(+), 110 deletions(-)
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/metagen:master commit in: /
@ 2020-01-31 16:12 Sebastian Pipping
0 siblings, 0 replies; 13+ messages in thread
From: Sebastian Pipping @ 2020-01-31 16:12 UTC (permalink / raw
To: gentoo-commits
commit: 6afb9bb685c29ae9e910408d04cce02a5b515c60
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 31 16:08:26 2020 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 16:08:26 2020 +0000
URL: https://gitweb.gentoo.org/proj/metagen.git/commit/?id=6afb9bb6
Merge branch 'pypi'
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
README.md | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
metagen/version.py | 2 +-
setup.py | 27 ++++++++++++++++++++--
3 files changed, 92 insertions(+), 3 deletions(-)
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/metagen:master commit in: /
@ 2020-01-31 18:04 Sebastian Pipping
0 siblings, 0 replies; 13+ messages in thread
From: Sebastian Pipping @ 2020-01-31 18:04 UTC (permalink / raw
To: gentoo-commits
commit: d170545a3ee113907020dd13400d2490e6433620
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 31 18:03:54 2020 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 18:04:42 2020 +0000
URL: https://gitweb.gentoo.org/proj/metagen.git/commit/?id=d170545a
readme: Get "cat metadata.xml" output back in sync with 0.7.2
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 8ae31b0..094a866 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,7 @@ to report bugs about **metagen**.
# cat metadata.xml
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata
- SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
<maintainer type="person">
<email>somebody@gentoo.org</email>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/metagen:master commit in: /
@ 2022-01-25 18:06 Sebastian Pipping
0 siblings, 0 replies; 13+ messages in thread
From: Sebastian Pipping @ 2022-01-25 18:06 UTC (permalink / raw
To: gentoo-commits
commit: cb1fa6c3b953e88c7f513d5da444520c8f5c9551
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 17:58:48 2022 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 18:06:16 2022 +0000
URL: https://gitweb.gentoo.org/proj/metagen.git/commit/?id=cb1fa6c3
setup.py: Pull Python classifiers into the present
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
setup.py | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/setup.py b/setup.py
index 7418ce6..6e960c7 100755
--- a/setup.py
+++ b/setup.py
@@ -82,12 +82,13 @@ def main():
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
'Natural Language :: English',
'Programming Language :: Python',
- 'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
+ 'Programming Language :: Python :: 3 :: Only',
'Topic :: Software Development',
'Topic :: Text Processing :: Markup :: XML',
'Topic :: Utilities',
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/metagen:master commit in: /
@ 2022-01-25 18:33 Sebastian Pipping
0 siblings, 0 replies; 13+ messages in thread
From: Sebastian Pipping @ 2022-01-25 18:33 UTC (permalink / raw
To: gentoo-commits
commit: 399ea3dafcbff3f3633ce962517c9f7c8d7569a8
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 18:32:29 2022 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 18:32:29 2022 +0000
URL: https://gitweb.gentoo.org/proj/metagen.git/commit/?id=399ea3da
setup.py: Drop duplicate classifier
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
setup.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/setup.py b/setup.py
index 6e960c7..6a21679 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,6 @@ def main():
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
- 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3 :: Only',
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/metagen:master commit in: /
@ 2024-03-31 0:10 Sebastian Pipping
0 siblings, 0 replies; 13+ messages in thread
From: Sebastian Pipping @ 2024-03-31 0:10 UTC (permalink / raw
To: gentoo-commits
commit: 9addc8c22daac24eda31bdc3ec73554d3b8d7c6b
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 00:06:25 2024 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 00:09:56 2024 +0000
URL: https://gitweb.gentoo.org/proj/metagen.git/commit/?id=9addc8c2
README.md: Help future make help output be more predictable
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8d910eb..40db94c 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ to report bugs about **metagen**.
# Usage
```
-# metagen --help
+# COLUMNS=80 metagen --help
usage: metagen [-h] [--version] [--email EMAIL] [--name NAME] [--echangelog]
[--desc DESC] [--type TYPE] [--long LONG] [--output OUTPUT]
[--force] [--verbose] [--quiet] [-Q]
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/metagen:master commit in: /
@ 2024-03-31 0:10 Sebastian Pipping
0 siblings, 0 replies; 13+ messages in thread
From: Sebastian Pipping @ 2024-03-31 0:10 UTC (permalink / raw
To: gentoo-commits
commit: 15b395daa9cf5755b51df9eb329fd8012cccdb01
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 00:06:07 2024 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 00:09:56 2024 +0000
URL: https://gitweb.gentoo.org/proj/metagen.git/commit/?id=15b395da
README.md: Get help output in sync with Python 3.12
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c0246c1..8d910eb 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ usage: metagen [-h] [--version] [--email EMAIL] [--name NAME] [--echangelog]
[--desc DESC] [--type TYPE] [--long LONG] [--output OUTPUT]
[--force] [--verbose] [--quiet] [-Q]
-optional arguments:
+options:
-h, --help show this help message and exit
--version show program's version number and exit
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/metagen:master commit in: /
@ 2024-03-31 0:10 Sebastian Pipping
0 siblings, 0 replies; 13+ messages in thread
From: Sebastian Pipping @ 2024-03-31 0:10 UTC (permalink / raw
To: gentoo-commits
commit: 327bf243b63359ed41fc34d24320b860c591ed94
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 22:57:41 2024 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 00:09:56 2024 +0000
URL: https://gitweb.gentoo.org/proj/metagen.git/commit/?id=327bf243
pyproject.toml: Re-shape project.urls
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
pyproject.toml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index ab66d52..5010139 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -38,8 +38,9 @@ classifiers = [
metagen = "metagen.__main__:main"
[project.urls]
-Home = "https://gitweb.gentoo.org/proj/metagen.git/"
-Changelog = "https://gitweb.gentoo.org/proj/metagen.git/plain/docs/ChangeLog"
+"Git repository" = "https://gitweb.gentoo.org/proj/metagen.git/"
+"Issue tracker" = "https://bugs.gentoo.org/"
+"Change log" = "https://gitweb.gentoo.org/proj/metagen.git/plain/docs/ChangeLog"
[tool.setuptools.dynamic]
version = {attr = "metagen.version.__version__"}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/metagen:master commit in: /
@ 2024-03-31 0:10 Sebastian Pipping
0 siblings, 0 replies; 13+ messages in thread
From: Sebastian Pipping @ 2024-03-31 0:10 UTC (permalink / raw
To: gentoo-commits
commit: 0cad41170e83b39021e6b66eec7ab0ccd0b4b7af
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 22:55:40 2024 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 00:09:56 2024 +0000
URL: https://gitweb.gentoo.org/proj/metagen.git/commit/?id=0cad4117
pyproject.toml: Revert addition of depndency "portage"
.. because it does not come from pip in Gentoo.
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
pyproject.toml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 0641518..ab66d52 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,7 +15,6 @@ readme = "README.md"
license = {text = "GPL-2"}
dependencies = [
"lxml",
- "portage",
]
classifiers = [
"Development Status :: 5 - Production/Stable",
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/metagen:master commit in: /
@ 2024-03-31 0:10 Sebastian Pipping
0 siblings, 0 replies; 13+ messages in thread
From: Sebastian Pipping @ 2024-03-31 0:10 UTC (permalink / raw
To: gentoo-commits
commit: 322544dea4a84a5d9bc4ba76c88719d03dcd5843
Author: Anna “CyberTailor” <cyber <AT> sysrq <DOT> in>
AuthorDate: Thu Jan 18 08:36:56 2024 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 00:09:56 2024 +0000
URL: https://gitweb.gentoo.org/proj/metagen.git/commit/?id=322544de
Switch from setup.py to PEP517
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
pyproject.toml | 46 +++++++++++++++++++++++++++
setup.py | 99 ----------------------------------------------------------
2 files changed, 46 insertions(+), 99 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..0641518
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,46 @@
+[build-system]
+requires = ["setuptools"]
+build-backend = "setuptools.build_meta"
+
+[project]
+name = "metagen"
+description = "Metadata.xml Generator for Ebuilds"
+authors = [
+ {name = "Rob Cakebread", email = "pythonhead@gentoo.org"},
+ {name = "Jesus Rivero", email = "neurogeek@gentoo.org"},
+ {name = "Sebastian Pipping", email = "sebastian@pipping.org"},
+]
+dynamic = ["version"]
+readme = "README.md"
+license = {text = "GPL-2"}
+dependencies = [
+ "lxml",
+ "portage",
+]
+classifiers = [
+ "Development Status :: 5 - Production/Stable",
+ "Environment :: Console",
+ "Intended Audience :: Developers",
+ "License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
+ "Natural Language :: English",
+ "Programming Language :: Python",
+ "Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3 :: Only",
+ "Topic :: Software Development",
+ "Topic :: Text Processing :: Markup :: XML",
+ "Topic :: Utilities",
+]
+
+[project.scripts]
+metagen = "metagen.__main__:main"
+
+[project.urls]
+Home = "https://gitweb.gentoo.org/proj/metagen.git/"
+Changelog = "https://gitweb.gentoo.org/proj/metagen.git/plain/docs/ChangeLog"
+
+[tool.setuptools.dynamic]
+version = {attr = "metagen.version.__version__"}
diff --git a/setup.py b/setup.py
deleted file mode 100755
index 6a21679..0000000
--- a/setup.py
+++ /dev/null
@@ -1,99 +0,0 @@
-"""
-NAME:
- setup.py
-
-SYNOPSIS:
- python3 setup.py [options] [command]
-
-DESCRIPTION:
- Using setuptools "setup", build, install, or make tarball of the package.
-
-OPTIONS:
- See Distutils documentation for details on options and commands.
- Common commands:
- build build the package, in preparation for install
- install install module(s)/package(s) [runs build if needed]
- install_data install datafiles (e.g., in a share dir)
- install_scripts install executable scripts (e.g., in a bin dir)
- sdist make a source distribution
- bdist make a binary distribution
- clean remove build temporaries
-
-EXAMPLES:
- cd mydir
- (cp myfile-0.1.tar.gz here)
- gzip -cd myfile-0.1.tar.gz | tar xvf -
- cd myfile-0.1
- python3 setup.py build
- python3 setup.py install
- python3 setup.py sdist
-"""
-
-import glob
-from setuptools import setup
-from metagen.version import __version__
-
-pkgname='metagen'
-version = __version__
-description = "Metadata.xml Generator for Ebuilds"
-author = "Rob Cakebread"
-author_email = "pythonhead@gentoo.org"
-url = "https://gitweb.gentoo.org/proj/metagen.git/"
-license = "GPL-2"
-
-packages=['metagen']
-package_data={"metagen" : ["test_cli"]}
-data_files=[("share/doc/%s-%s" % ("metagen", version), glob.glob("docs/*"))]
-
-
-def main():
- setup(
- name = pkgname,
- version = version,
- description = description,
- long_description = open('README.md').read(),
- long_description_content_type = 'text/markdown',
- author = author,
- author_email = author_email,
- url=url,
- license = license,
-
- setup_requires = [
- 'setuptools>=38.6.0', # for long_description_content_type
- ],
- install_requires = [
- 'lxml',
- ],
-
- packages = packages,
- data_files = data_files,
- package_data = package_data,
-
- entry_points = {
- 'console_scripts': [
- "metagen = metagen.__main__:main",
- ],
- },
-
- classifiers = [
- 'Development Status :: 5 - Production/Stable',
- 'Environment :: Console',
- 'Intended Audience :: Developers',
- 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
- 'Natural Language :: English',
- 'Programming Language :: Python',
- 'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.7',
- 'Programming Language :: Python :: 3.8',
- 'Programming Language :: Python :: 3.9',
- 'Programming Language :: Python :: 3.10',
- 'Programming Language :: Python :: 3 :: Only',
- 'Topic :: Software Development',
- 'Topic :: Text Processing :: Markup :: XML',
- 'Topic :: Utilities',
- ]
- )
-
-
-if __name__ == '__main__':
- main()
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/metagen:master commit in: /
@ 2024-03-31 0:38 Sebastian Pipping
0 siblings, 0 replies; 13+ messages in thread
From: Sebastian Pipping @ 2024-03-31 0:38 UTC (permalink / raw
To: gentoo-commits
commit: 3ecc717796490a334d0e8c7ca67b108a183431c9
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 00:36:19 2024 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 00:37:56 2024 +0000
URL: https://gitweb.gentoo.org/proj/metagen.git/commit/?id=3ecc7177
pyproject.toml: Require Python >=3.8
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 5010139..c06e4aa 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,6 +10,7 @@ authors = [
{name = "Jesus Rivero", email = "neurogeek@gentoo.org"},
{name = "Sebastian Pipping", email = "sebastian@pipping.org"},
]
+requires-python = ">=3.8"
dynamic = ["version"]
readme = "README.md"
license = {text = "GPL-2"}
@@ -24,7 +25,6 @@ classifiers = [
"Natural Language :: English",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/metagen:master commit in: /
@ 2024-03-31 0:38 Sebastian Pipping
0 siblings, 0 replies; 13+ messages in thread
From: Sebastian Pipping @ 2024-03-31 0:38 UTC (permalink / raw
To: gentoo-commits
commit: 6b7e4b9d1bd9cb5a2bbd19a14bc9b228f5ecc07a
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 00:36:59 2024 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 00:37:56 2024 +0000
URL: https://gitweb.gentoo.org/proj/metagen.git/commit/?id=6b7e4b9d
pyproject.toml: Officially support Python 3.11 and 3.12
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
pyproject.toml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pyproject.toml b/pyproject.toml
index c06e4aa..0595903 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,6 +28,8 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development",
"Topic :: Text Processing :: Markup :: XML",
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2024-03-31 0:38 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-31 0:10 [gentoo-commits] proj/metagen:master commit in: / Sebastian Pipping
-- strict thread matches above, loose matches on Subject: below --
2024-03-31 0:38 Sebastian Pipping
2024-03-31 0:38 Sebastian Pipping
2024-03-31 0:10 Sebastian Pipping
2024-03-31 0:10 Sebastian Pipping
2024-03-31 0:10 Sebastian Pipping
2024-03-31 0:10 Sebastian Pipping
2022-01-25 18:33 Sebastian Pipping
2022-01-25 18:06 Sebastian Pipping
2020-01-31 18:04 Sebastian Pipping
2020-01-31 16:12 Sebastian Pipping
2020-01-25 22:43 Sebastian Pipping
2011-09-25 14:04 Jesus Rivero
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox