summarylogtreecommitdiffstats
path: root/py2.install
diff options
context:
space:
mode:
authorLuis Martinez2021-09-21 23:01:20 -0500
committerLuis Martinez2021-09-21 23:01:20 -0500
commit623d51f10d5433d3c65811d76ae4f144b1feb430 (patch)
tree5a4055ad9528c89ac1021e16c37830b04e6ae866 /py2.install
parent0419781bf336f68442c254371a8ee45b8aa0d3a3 (diff)
downloadaur-623d51f10d5433d3c65811d76ae4f144b1feb430.tar.gz
package cleanup; deprecation notice for python2
python2-filterpy will be moved to its own pkgbase once version 2.0 releases, per upstream's notice.
Diffstat (limited to 'py2.install')
-rw-r--r--py2.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/py2.install b/py2.install
new file mode 100644
index 000000000000..40c9130fe7c0
--- /dev/null
+++ b/py2.install
@@ -0,0 +1,5 @@
+post_install() {
+ echo ':: This package will be deprecated and moved to its own pkgbase for the 2.0 release.'
+ echo ':: See upstream documentation for more information.'
+ echo ':: https://github.com/rlabbe/filterpy'
+}